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 | èß礼å | 11101000110111111000111111100111101001001011110011100101 | e8df8fe7a4bce5 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?ç¤?å | 1000111110101011101100101000111110101001110011100011111110001111101010111010111010001111101000101111000000111111100011111010101110101001 | 8fabb28fa9ce3f8fabae8fa2f03f8faba9 |
UTF-8 | èß礼å | 1100001110101000110000111001111111000010100011111100001110100111110000101010010011000010101111001100001110100101 | c3a8c39fc28fc3a7c2a4c2bcc3a5 |
UHC | ?ß??¤¼? | 00111111101010011010110000111111001111111010001010110100101010001111100100111111 | 3fa9ac3f3fa2b4a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)