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 | 芽 | 1000100111101000 | 89e8 |
EUC-JP | 芽 | 1011001011101010 | b2ea |
UTF-8 | 芽 | 111010001000101010111101 | e88abd |
UHC | 芽 | 1110010010110100 | e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)