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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄒晉セ | 1110011110111110100111011110011110111110 | e7be9de7be |
EUC-JP | 鄒晉セ | 111011101100000011011010111010011000111010111110 | eec0dae98ebe |
UTF-8 | 鄒晉セ | 111010011000010010010010111001101001100110001001111011111011110110111110 | e98492e69989efbdbe |
UHC | 鄒晉? | 1111010111011011111100101100101100111111 | f5dbf2cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)