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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
UTF-8 | 쩐찾찾챤혦쨀G | 11101100101010011001000011101100101100001011111011101100101100001011111011101100101100011010010011101101100110001010011011101100101010001000000001000111 | eca990ecb0beecb0beecb1a4ed98a6eca88047 |
UHC | 쩐찾찾챤혦쨀G | 11000010101111101100001110100011110000111010001111000011101011101100001010001110110000101011001101000111 | c2bec3a3c3a3c3aec28ec2b347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)