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 | 灌溏鶻鴿 | 1001111111110011100111111110110111101010010100101110100111111001 | 9ff39fedea52e9f9 |
| EUC-JP | 灌溏鶻鴿 | 1101111011110101110111101110111111110011101100111111001011111011 | def5deeff3b3f2fb |
| UTF-8 | 灌溏鶻鴿 | 111001111000000110001100111001101011101010001111111010011011011010111011111010011011010010111111 | e7818ce6ba8fe9b6bbe9b4bf |
| UHC | 灌??? | 1100111010110100001111110011111100111111 | ceb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)