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 | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
EUC-JP | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
UTF-8 | 챔챕혦짧B청횠 | 11101100101100011001010011101100101100011001010111101101100110001010011011101100101001111010011101000010111011001011001010101101111011011001101010100000 | ecb194ecb195ed98a6eca7a742ecb2aded9aa0 |
UHC | 챔챕혦짧B청횠 | 11000011101010001100001110101001110000101000111011000010101010100100001011000011101110111100001110011000 | c3a8c3a9c28ec2aa42c3bbc398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)