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 | 凹??預θ? | 100010011001101000111111001111111001011101100001100000111100011000111111 | 899a3f3f976183c63f |
| EUC-JP | 凹??預θ? | 101100011111101000111111001111111100110111000010101001101100100000111111 | b1fa3f3fcdc2a6c83f |
| UTF-8 | 凹듸퐡預θ㎢ | 1110010110000111101110011110101110010011101110001110110110010000101000011110100110100000100100001100111010111000111000111000111010100010 | e587b9eb93b8ed90a1e9a090ceb8e38ea2 |
| UHC | 凹듸퐡預θ㎢ | 111010001110101010110101111011111011110110001010111001111110100010100101111010001010011110110100 | e8eab5efbd8ae7e8a5e8a7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)