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 | æ¶Þ§ | 11100110101101101101111010100111 | e6b6dea7 |
SJIS-WIN | ?¶?§ | 001111111000000111110111001111111000000110011000 | 3f81f73f8198 |
EUC-JP | æ¶Þ§ | 10001111101010011100000110100010111110011000111110101001101100001010000111111000 | 8fa9c1a2f98fa9b0a1f8 |
UTF-8 | æ¶Þ§ | 1100001110100110110000101011011011000011100111101100001010100111 | c3a6c2b6c39ec2a7 |
UHC | æ¶Þ§ | 1010100110100001101000101101001010101000101011011010000111010111 | a9a1a2d2a8ada1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)