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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 遶ッA襄 | 111001111010101110101111010000011110010111110101 | e7abaf41e5f5 |
EUC-JP | 遶ッA襄 | 11101110101011011000111010101111010000011110101011110111 | eead8eaf41eaf7 |
UTF-8 | 遶ッA襄 | 11101001100000011011011011101111101111011010111101000001111010001010010110000100 | e981b6efbdaf41e8a584 |
UHC | ??A襄 | 0011111100111111010000011110010111010001 | 3f3f41e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)