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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 趙?す?h | 11100110111000100011111110000010101101110011111101101000 | e6e23f82b73f68 |
EUC-JP | 趙?す?h | 11101100111001000011111110100100101110010011111101101000 | ece43fa4b93f68 |
UTF-8 | 趙랐す렓h | 11101000101101101001100111101011100111101001000011100011100000011001100111101011101000001001001101101000 | e8b699eb9e90e38199eba09368 |
UHC | 趙랐す렓h | 111100001110000110110110111110101010101010111001100011101010100001101000 | f0e1b6faaab98ea868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)