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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?燥??燥?B | 001111111001000110000111001111110011111110010001100001110011111101000010 | 3f91873f3f91873f42 |
EUC-JP | ?燥??燥?B | 001111111100000111100111001111110011111111000001111001110011111101000010 | 3fc1e73f3fc1e73f42 |
UTF-8 | 롎燥롛롎燥롛B | 11101011101000011000111011100111100001111010010111101011101000011001101111101011101000011000111011100111100001111010010111101011101000011001101101000010 | eba18ee787a5eba19beba18ee787a5eba19b42 |
UHC | 롎燥롛롎燥롛B | 10001110110101001111000011001111100011101101111110001110110101001111000011001111100011101101111101000010 | 8ed4f0cf8edf8ed4f0cf8edf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)