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 | 萬?種 | 1110010011011101001111111000111011101101 | e4dd3f8eed |
| EUC-JP | 萬霚種 | 11101000110111111000111111100111101001001011110011101111 | e8df8fe7a4bcef |
| UTF-8 | 萬霚種 | 111010001001000010101100111010011001110010011010111001111010100010101110 | e890ace99c9ae7a8ae |
| UHC | 萬?種 | 1101100010111111001111111111000011111010 | d8bf3ff0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)