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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
| SJIS-WIN | 萬駈終B苟 | 111001001101110110001011111011011000111101001001010000101110010010010001 | e4dd8bed8f4942e491 |
| EUC-JP | 萬駈終B苟 | 111010001101111110110110111011111011110110101010010000101110011111110001 | e8dfb6efbdaa42e7f1 |
| UTF-8 | 萬駈終B苟 | 11101000100100001010110011101001101001111000100011100111101101011000001001000010111010001000101110011111 | e890ace9a788e7b58242e88b9f |
| UHC | 萬?終B苟 | 1101100010111111001111111111000011111011010000101100111111000010 | d8bf3ff0fb42cfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)