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 | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-WIN | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
EUC-JP | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
UTF-8 | 횧처횩횧천첸C | 11101101100110101010011111101100101100101001100011101101100110101010100111101101100110101010011111101100101100101001110011101100101100101011100001000011 | ed9aa7ecb298ed9aa9ed9aa7ecb29cecb2b843 |
UHC | 횧처횩횧천첸C | 11000011100111101100001110110011110000111001111111000011100111101100001110110101110000111011111001000011 | c39ec3b3c39fc39ec3b5c3be43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)