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 | 終?量元 | 10001111010010010011111110010111110010101000110010110011 | 8f493f97ca8cb3 |
| EUC-JP | 終?量元 | 10111101101010100011111111001110110011001011100010110101 | bdaa3fceccb8b5 |
| UTF-8 | 終뀀量元 | 111001111011010110000010111010111000000010000000111010011000011110001111111001011000010110000011 | e7b582eb8080e9878fe58583 |
| UHC | 終뀀量元 | 1111000011111011101100101110101111010101111000011110101010101010 | f0fbb2ebd5e1eaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)