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 | 嘗 | 1000111110100110 | 8fa6 |
EUC-JP | 嘗 | 1011111010101000 | bea8 |
UTF-8 | 嘗 | 111001011001100010010111 | e59897 |
UHC | 嘗 | 1101111111000100 | dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)