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 | 0011111101100001 | 3f61 |
SJIS-WIN | 辰a | 100100100100001101100001 | 924361 |
EUC-JP | 辰a | 110000111010010001100001 | c3a461 |
UTF-8 | 辰a | 11101000101111101011000001100001 | e8beb061 |
UHC | 辰a | 111100101110001101100001 | f2e361 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)