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 | 100100110100110000111111100010010111011001000010 | 934c3f897642 |
| EUC-JP | 鏑?益B | 110001011010110100111111101100011101011101000010 | c5ad3fb1d742 |
| UTF-8 | 鏑솟益B | 11101001100011111001000111101100100001101001111111100111100110111000101001000010 | e98f91ec869fe79b8a42 |
| UHC | 鏑솟益B | 11101110111010111011110011011010111011001100110001000010 | eeebbcdaeccc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)