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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 逆??^ | 1000101101110100001111110011111101011110 | 8b743f3f5e |
| EUC-JP | 逆??^ | 1011010111010101001111110011111101011110 | b5d53f3f5e |
| UTF-8 | 逆잏맧^ | 11101001100000001000011011101100100111101000111111101011101001111010011101011110 | e98086ec9e8feba7a75e |
| UHC | 逆잏맧^ | 11100110101111011001111111100111100100001011000001011110 | e6bd9fe790b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)