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 | 철찾첫창횒횜[ | 11101100101100101010000011101100101100001011111011101100101100101010101111101100101100001011110111101101100110101001001011101101100110101001110001011011 | ecb2a0ecb0beecb2abecb0bded9a92ed9a9c5b |
UHC | 철찾첫창횒횜[ | 11000011101101101100001110100011110000111011100111000011101000101100001110001101110000111001011001011011 | c3b6c3a3c3b9c3a2c38dc3965b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)