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 | ? | 00111111 | 3f |
SJIS-WIN | 利 | 1001011110011000 | 9798 |
EUC-JP | 利 | 1100110111111000 | cdf8 |
UTF-8 | 利 | 111001011000100010101001 | e588a9 |
UHC | 利 | 1101011111010111 | d7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)