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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?晳?晳 | 001111111111101011011001001111111111101011011001 | 3ffad93ffad9 |
| EUC-JP | ?晳?晳 | 0011111110001111110000101100010000111111100011111100001011000100 | 3f8fc2c43f8fc2c4 |
| UTF-8 | 歷晳黎晳 | 111011111010011010001100111001101001100110110011111011111010011010001001111001101001100110110011 | efa68ce699b3efa689e699b3 |
| UHC | 歷晳黎晳 | 1110011010111000111000001010111111100110101100011110000010101111 | e6b8e0afe6b1e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)