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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 혧챗횢청창횪혧 | 111011011001100010100111111011001011000110010111111011011001101010100010111011001011001010101101111011001011000010111101111011011001101010101010111011011001100010100111 | ed98a7ecb197ed9aa2ecb2adecb0bded9aaaed98a7 |
UHC | 혧챗횢청창횪혧 | 1100001010001111110000111010101011000011100110011100001110111011110000111010001011000011101000001100001010001111 | c28fc3aac399c3bbc3a2c3a0c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)