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 | ?盛齋 | 0011111110010000101101111110001001010110 | 3f90b7e256 |
| EUC-JP | ?盛齋 | 0011111111000000101110011110001110110111 | 3fc0b9e3b7 |
| UTF-8 | 컫盛齋 | 111011001011101110101011111001111001101110011011111010011011110110001011 | ecbbabe79b9be9bd8b |
| UHC | 컫盛齋 | 110001001100001011100000111111001110111010110001 | c4c2e0fceeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)