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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 盖獺EE | 111000011011001111100000110110100100010101000101 | e1b3e0da4545 |
EUC-JP | 盖獺EE | 111000101011010111100000110111000100010101000101 | e2b5e0dc4545 |
UTF-8 | 盖獺EE | 1110011110011011100101101110011110001101101110100100010101000101 | e79b96e78dba4545 |
UHC | 盖獺EE | 110010111100110011010011101101110100010101000101 | cbccd3b74545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)