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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 恁l?P | 100111001000110010000010100011000011111101010000 | 9c8c828c3f50 |
EUC-JP | 恁l?P | 110101111110110010100011111011000011111101010000 | d7eca3ec3f50 |
UTF-8 | 恁l쮷P | 11100110100000011000000111101111101111011000110011101100101011101011011101010000 | e68181efbd8cecaeb750 |
UHC | 恁l쮷P | 11101100111101101010001111101100101010001001010001010000 | ecf6a3eca89450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)