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 | ????c?? | 00111111001111110011111100111111011000110011111100111111 | 3f3f3f3f633f3f |
SJIS-WIN | ????c?? | 00111111001111110011111100111111011000110011111100111111 | 3f3f3f3f633f3f |
EUC-JP | ????c?? | 00111111001111110011111100111111011000110011111100111111 | 3f3f3f3f633f3f |
UTF-8 | 청짚짙챈c혞책 | 11101100101100101010110111101100101001111001101011101100101001111001100111101100101100011000100001100011111011011001100010011110111011001011000110000101 | ecb2adeca79aeca799ecb18863ed989eecb185 |
UHC | 청짚짙챈c혞책 | 11000011101110111100001010100100110000101010001111000011101001100110001111000010100010001100001110100101 | c3bbc2a4c2a3c3a663c288c3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)