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 | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
SJIS-WIN | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
EUC-JP | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
UTF-8 | 묿뫛뫜묿뫛뫊BB | 1110101110101100101111111110101110101011100110111110101110101011100111001110101110101100101111111110101110101011100110111110101110101011100010100100001001000010 | ebacbfebab9bebab9cebacbfebab9bebab8a4242 |
UHC | 묿뫛뫜묿뫛뫊BB | 1001001001001110100100011011101110010001101111001001001001001110100100011011101110010001101011000100001001000010 | 924e91bb91bc924e91bb91ac4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)