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 | 11101000010111001000111010001111100011110101101001000010 | e85c8e8f8f5a42 |
| EUC-JP | 鐔誌住B | 11101111101111011011101111101111101111011011101101000010 | efbdbbefbdbb42 |
| UTF-8 | 鐔誌住B | 11101001100100001001010011101000101010101000110011100100101111011000111101000010 | e99094e8aa8ce4bd8f42 |
| UHC | ?誌住B | 001111111111001010111100111100011010110001000010 | 3ff2bcf1ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)