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 | ?ax | 001111110110000101111000 | 3f6178 |
SJIS-WIN | 辰ax | 10010010010000110110000101111000 | 92436178 |
EUC-JP | 辰ax | 11000011101001000110000101111000 | c3a46178 |
UTF-8 | 辰ax | 1110100010111110101100000110000101111000 | e8beb06178 |
UHC | 辰ax | 11110010111000110110000101111000 | f2e36178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)