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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 譽壽酪^ | 11100110101000111001101011100110100101111000111101011110 | e6a39ae6978f5e |
| EUC-JP | 譽壽酪^ | 11101100101001011101010011101000110011011110111101011110 | eca5d4e8cdef5e |
| UTF-8 | 譽壽酪^ | 11101000101011011011110111100101101000111011110111101001100001011010101001011110 | e8adbde5a3bde985aa5e |
| UHC | 譽壽酪^ | 11100111111000101110000111111000110101011010110001011110 | e7e2e1f8d5ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)