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 | 1110011010011010001111110100010101000101 | e69a3f4545 |
EUC-JP | 證?EE | 1110101111111010001111110100010101000101 | ebfa3f4545 |
UTF-8 | 證렫EE | 1110100010101101100010011110101110100000101010110100010101000101 | e8ad89eba0ab4545 |
UHC | 證렫EE | 111100011111101110001110101110010100010101000101 | f1fb8eb94545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)