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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嘗荀 | 10001111101001101110010010100100 | 8fa6e4a4 |
EUC-JP | 嘗荀 | 10111110101010001110100010100110 | bea8e8a6 |
UTF-8 | 嘗荀 | 111001011001100010010111111010001000110110000000 | e59897e88d80 |
UHC | 嘗荀 | 11011111110001001110001011110000 | dfc4e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)