To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訃若穽 | 111001100101110110001110111000011110001001110110 | e65d8ee1e276 |
EUC-JP | 訃若穽 | 111010111011111010111100111000111110001111010111 | ebbebce3e3d7 |
UTF-8 | 訃若穽 | 111010001010100010000011111010001000101110100101111001111010100110111101 | e8a883e88ba5e7a9bd |
UHC | 訃若穽 | 110111011011010111100101101101001110111111110000 | ddb5e5b4eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)