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 | 蘚禪?蘚 | 11100101011001001110001001010111001111111110010101100100 | e564e2573fe564 |
EUC-JP | 蘚禪?蘚 | 11101001110001011110001110111000001111111110100111000101 | e9c5e3b83fe9c5 |
UTF-8 | 蘚禪說蘚 | 111010001001100010011010111001111010011010101010111010001010101010101010111010001001100010011010 | e8989ae7a6aae8aaaae8989a |
UHC | 蘚禪說蘚 | 1110000011010000111000001100100111100000111000111110000011010000 | e0d0e0c9e0e3e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)