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 | 001111110011111101100001 | 3f3f61 |
SJIS-WIN | 将アa | 10001111101010111011000101100001 | 8fabb161 |
EUC-JP | 将アa | 1011111010101101100011101011000101100001 | bead8eb161 |
UTF-8 | 将アa | 11100101101100001000011011101111101111011011000101100001 | e5b086efbdb161 |
UHC | ??a | 001111110011111101100001 | 3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)