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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 蓍シオA | 1110010011100111101111001011010101000001 | e4e7bcb541 |
| EUC-JP | 蓍シオA | 11101000111010011000111010111100100011101011010101000001 | e8e98ebc8eb541 |
| UTF-8 | 蓍シオA | 11101000100100111000110111101111101111011011110011101111101111011011010101000001 | e8938defbdbcefbdb541 |
| UHC | 蓍??A | 1110001111001001001111110011111101000001 | e3c93f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)