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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 禎?穽?B | 10010010111101010011111111100010011101100011111101000010 | 92f53fe2763f42 |
EUC-JP | 禎?穽?B | 11000100111101110011111111100011110101110011111101000010 | c4f73fe3d73f42 |
UTF-8 | 禎렦穽렋B | 11100111101001101000111011101011101000001010011011100111101010011011110111101011101000001000101101000010 | e7a68eeba0a6e7a9bdeba08b42 |
UHC | 禎렦穽렋B | 111011111110111010001110101101011110111111110000100011101010001001000010 | efee8eb5eff08ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)