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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 챵횁혦횕혦쨀] | 11101100101100011011010111101101100110101000000111101101100110001010011011101101100110101001010111101101100110001010011011101100101010001000000001011101 | ecb1b5ed9a81ed98a6ed9a95ed98a6eca8805d |
UHC | 챵횁혦횕혦쨀] | 11000011101100101100001110000001110000101000111011000011100011111100001010001110110000101011001101011101 | c3b2c381c28ec38fc28ec2b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)