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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 消ヲY | 10001111110000011010011001011001 | 8fc1a659 |
EUC-JP | 消ヲY | 1011111011000011100011101010011001011001 | bec38ea659 |
UTF-8 | 消ヲY | 11100110101101101000100011101111101111011010011001011001 | e6b688efbda659 |
UHC | 消?Y | 11100001101111000011111101011001 | e1bc3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)