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 | 薐井巷 | 111001010101001010001000111001001000110101001010 | e55288e48d4a |
| EUC-JP | 薐井巷 | 111010011011001110110000111001101011100110101011 | e9b3b0e6b9ab |
| UTF-8 | 薐井巷 | 111010001001011010010000111001001011101010010101111001011011011110110111 | e89690e4ba95e5b7b7 |
| UHC | ?井巷 | 0011111111101111110011001111100111110101 | 3fefccf9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)