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 | 丈 | 1000111111100100 | 8fe4 |
EUC-JP | 丈 | 1011111011100110 | bee6 |
UTF-8 | 丈 | 111001001011100010001000 | e4b888 |
UHC | 丈 | 1110110111011011 | eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)