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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 醯羇悄栲蹶^ | 1110011111001111111000111011001010011100100111111001111001111101111001110100101101011110 | e7cfe3b29c9f9e7de74b5e |
| EUC-JP | 醯羇悄栲蹶^ | 1110111011010001111001101011010011011000101000011101101111011110111011011010110001011110 | eed1e6b4d8a1dbdeedac5e |
| UTF-8 | 醯羇悄栲蹶^ | 11101001100001101010111111100111101111101000011111100110100000101000010011100110101000001011001011101000101110011011011001011110 | e986afe7be87e68284e6a0b2e8b9b65e |
| UHC | 醯???蹶^ | 1111101110111000001111110011111100111111110011111111001101011110 | fbb83f3f3fcff35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)