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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鱧、遉ョタ | 11101001111001011010010011100111101001001010111011000000 | e9e5a4e7a4aec0 |
| EUC-JP | 鱧、遉ョタ | 11110010111001111000111010100100111011101010011010001110101011101000111011000000 | f2e78ea4eea68eae8ec0 |
| UTF-8 | 鱧、遉ョタ | 111010011011000110100111111011111011110110100100111010011000000110001001111011111011110110101110111011111011111010000000 | e9b1a7efbda4e98189efbdaeefbe80 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)