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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 凹??烏?〈 | 100010011001101000111111001111111000100101000111001111111000000101110001 | 899a3f3f89473f8171 |
| EUC-JP | 凹??烏?〈 | 101100011111101000111111001111111011000110101000001111111010000111010010 | b1fa3f3fb1a83fa1d2 |
| UTF-8 | 凹사덱烏녺〈 | 111001011000011110111001111011001000001010101100111010111000110110110001111001111000001110001111111010111000010110111010111000111000000010001000 | e587b9ec82aceb8db1e7838feb85bae38088 |
| UHC | 凹사덱烏녺〈 | 111010001110101010111011111001111011010110100110111010001010000110000110111001111010000110110100 | e8eabbe7b5a6e8a186e7a1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)