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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 凹??烏? | 10001001100110100011111100111111100010010100011100111111 | 899a3f3f89473f |
| EUC-JP | 凹??烏? | 10110001111110100011111100111111101100011010100000111111 | b1fa3f3fb1a83f |
| UTF-8 | 凹사낼烏쀨 | 111001011000011110111001111011001000001010101100111010111000001010111100111001111000001110001111111011001000000010101000 | e587b9ec82aceb82bce7838fec80a8 |
| UHC | 凹사낼烏쀨 | 11101000111010101011101111100111101100111011111011101000101000011001011111101000 | e8eabbe7b3bee8a197e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)