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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鉋楢筬B | 11100111111011101001001111101000111000101010101101000010 | e7ee93e8e2ab42 |
EUC-JP | 鉋楢筬B | 11101110111100001100011011101010111001001010110101000010 | eef0c6eae4ad42 |
UTF-8 | 鉋楢筬B | 11101001100010011000101111100110101001011010001011100111101011011010110001000010 | e9898be6a5a2e7adac42 |
UHC | ?楢筬B | 001111111110101011111001111000001111111001000010 | 3feaf9e0fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)