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 | ?室恃 | 0011111110001110101110101001110010010100 | 3f8eba9c94 |
EUC-JP | ?室恃 | 0011111110111100101111001101011111110100 | 3fbcbcd7f4 |
UTF-8 | 뢻室恃 | 111010111010001010111011111001011010111010100100111001101000000110000011 | eba2bbe5aea4e68183 |
UHC | 뢻室恃 | 100011110111100011100011111110001110001110111110 | 8f78e3f8e3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)