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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 愎塀珱B | 10011100101111011001010110111011111000001111110001000010 | 9cbd95bbe0fc42 |
| EUC-JP | 愎塀珱B | 11011000101111111100101010111101111000001111111001000010 | d8bfcabde0fe42 |
| UTF-8 | 愎塀珱B | 11100110100001001000111011100101101000011000000011100111100011111011000101000010 | e6848ee5a180e78fb142 |
| UHC | 愎??B | 1111100010110100001111110011111101000010 | f8b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)