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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 榮??阿 | 100111101100010000111111001111111000100010100010 | 9ec43f3f88a2 |
| EUC-JP | 榮??阿 | 110111001100011000111111001111111011000010100100 | dcc63f3fb0a4 |
| UTF-8 | 榮녷쪛阿 | 111001101010011010101110111010111000010110110111111011001010101010011011111010011001100010111111 | e6a6aeeb85b7ecaa9be998bf |
| UHC | 榮녷쪛阿 | 1110011110110100100001101110011010100101100101001110010010111001 | e7b486e6a594e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)