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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?五?五B | 00111111100011001101110000111111100011001101110001000010 | 3f8cdc3f8cdc42 |
EUC-JP | ?五?五B | 00111111101110001101111000111111101110001101111001000010 | 3fb8de3fb8de42 |
UTF-8 | 렰五렰五B | 11101011101000001011000011100100101110101001010011101011101000001011000011100100101110101001010001000010 | eba0b0e4ba94eba0b0e4ba9442 |
UHC | 렰五렰五B | 100011101011110111100111111010011000111010111101111001111110100101000010 | 8ebde7e98ebde7e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)