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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 芍ャ | 11100100100010011000001110000011 | e4898383 |
EUC-JP | 芍ャ | 11100111111010011010010111100011 | e7e9a5e3 |
UTF-8 | 芍ャ | 111010001000101010001101111000111000001110100011 | e88a8de383a3 |
UHC | 芍ャ | 11101101110010111010101111100011 | edcbabe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)