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 | 逵幄毎 | 111001111001110010011011111010001001011010001000 | e79c9be89688 |
| EUC-JP | 逵幄毎 | 111011011111110011010110111010101100101111101000 | edfcd6eacbe8 |
| UTF-8 | 逵幄毎 | 111010011000000010110101111001011011100110000100111001101010111110001110 | e980b5e5b984e6af8e |
| UHC | 逵幄? | 1101000010110000111001001100000100111111 | d0b0e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)