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 | 倖峰? | 1000110011110100100101011111010000111111 | 8cf495f43f |
| EUC-JP | 倖峰? | 1011100011110110110010101111011000111111 | b8f6caf63f |
| UTF-8 | 倖峰띷 | 111001011000000010010110111001011011001110110000111010111001110110110111 | e58096e5b3b0eb9db7 |
| UHC | 倖峰띷 | 111110101011100011011100111010001000110111100110 | fab8dce88de6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)