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 | 斤 | 1000101111010010 | 8bd2 |
EUC-JP | 斤 | 1011011011010100 | b6d4 |
UTF-8 | 斤 | 111001101001011010100100 | e696a4 |
UHC | 斤 | 1101000011000101 | d0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)