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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
EUC-JP | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
UTF-8 | 창쨉천쨉찼횚[ | 11101100101100001011110111101100101010001000100111101100101100101001110011101100101010001000100111101100101100001011110011101101100110101001101001011011 | ecb0bdeca889ecb29ceca889ecb0bced9a9a5b |
UHC | 창쨉천쨉찼횚[ | 11000011101000101100001010110101110000111011010111000010101101011100001110100001110000111001010001011011 | c3a2c2b5c3b5c2b5c3a1c3945b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)