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 | 鈺э?? | 111110111100010010000100100011110011111100111111 | fbc4848f3f3f |
| EUC-JP | 鈺э?? | 10001111111000111101010110100111111011110011111100111111 | 8fe3d5a7ef3f3f |
| UTF-8 | 鈺э슛遼 | 1110100110001000101110101101000110001101111011001000101010011011111011111010011110000011 | e988bad18dec8a9befa783 |
| UHC | 鈺э슛遼 | 1110100010101101101011001110111110111101101110001110100110101100 | e8adacefbdb8e9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)