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 | 郤常修 | 111001111011101010001111111011011000111101000011 | e7ba8fed8f43 |
| EUC-JP | 郤常修 | 111011101011110010111110111011111011110110100100 | eebcbeefbda4 |
| UTF-8 | 郤常修 | 111010011000001110100100111001011011100010111000111001001011111110101110 | e983a4e5b8b8e4bfae |
| UHC | ?常修 | 0011111111011111110010001110000111110011 | 3fdfc8e1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)