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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 韈醍朕 | 111010001110011110010001111001111001001010111101 | e8e791e792bd |
| EUC-JP | 韈醍朕 | 111100001110100111000010111010011100010010111111 | f0e9c2e9c4bf |
| UTF-8 | 韈醍朕 | 111010011001111110001000111010011000011010001101111001101001110010010101 | e99f88e9868de69c95 |
| UHC | ?醍朕 | 0011111111110000101101011111001011111001 | 3ff0b5f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)