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 | 將 | 1001101110010010 | 9b92 |
EUC-JP | 將 | 1101010111110010 | d5f2 |
UTF-8 | 將 | 111001011011000010000111 | e5b087 |
UHC | 將 | 1110110111100010 | ede2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)