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 | 恁l?? | 100111001000110010000010100011000011111100111111 | 9c8c828c3f3f |
EUC-JP | 恁l?? | 110101111110110010100011111011000011111100111111 | d7eca3ec3f3f |
UTF-8 | 恁l껌李 | 111001101000000110000001111011111011110110001100111010101011101110001100111011111010011110100001 | e68181efbd8ceabb8cefa7a1 |
UHC | 恁l껌李 | 1110110011110110101000111110110010110010101011011110110010110000 | ecf6a3ecb2adecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)