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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 恁ν?@h | 10011100100011001000001111001011001111110100000001101000 | 9c8c83cb3f4068 |
EUC-JP | 恁ν?@h | 11010111111011001010011011001101001111110100000001101000 | d7eca6cd3f4068 |
UTF-8 | 恁ν샍@h | 11100110100000011000000111001110101111011110110010000011100011010100000001101000 | e68181cebdec838d4068 |
UHC | 恁ν샍@h | 1110110011110110101001011110110110011000101110110100000001101000 | ecf6a5ed98bb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)