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 | 汚荀 | 10001001100110001110010010100100 | 8998e4a4 |
EUC-JP | 汚荀 | 10110001111110001110100010100110 | b1f8e8a6 |
UTF-8 | 汚荀 | 111001101011000110011010111010001000110110000000 | e6b19ae88d80 |
UHC | 汚荀 | 11100111111111011110001011110000 | e7fde2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)