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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛟溽エ礼 | 11100101100000001001111111100111101101001001011111100111 | e5809fe7b497e7 |
EUC-JP | 蛟溽エ礼 | 1110100111100000110111101110100110001110101101001100111011101001 | e9e0dee98eb4cee9 |
UTF-8 | 蛟溽エ礼 | 111010001001101110011111111001101011101010111101111011111011110110110100111001111010010010111100 | e89b9fe6babdefbdb4e7a4bc |
UHC | 蛟??? | 1100111011110001001111110011111100111111 | cef13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)