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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癌??悠? | 10001010111000000011111100111111100101110100100100111111 | 8ae03f3f97493f |
| EUC-JP | 癌??悠? | 10110100111000100011111100111111110011011010101000111111 | b4e23f3fcdaa3f |
| UTF-8 | 癌껓퐜悠쏝 | 111001111001100110001100111010101011101110010011111011011001000010011100111001101000001010100000111011001000111110011101 | e7998ceabb93ed909ce682a0ec8f9d |
| UHC | 癌껓퐜悠쏝 | 11100100110111111000001111101111101111011000011011101010111011011001110001000010 | e4df83efbd86eaed9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)