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 | 綬 | 1000111011111000 | 8ef8 |
EUC-JP | 綬 | 1011110011111010 | bcfa |
UTF-8 | 綬 | 111001111011011010101100 | e7b6ac |
UHC | 綬 | 1110001010111000 | e2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)