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 | ÆO¶D | 10011111110001100100111110011110101101101001000101000100 | 9fc64f9eb69144 |
SJIS-WIN | ??O?¶?D | 0011111100111111010011110011111110000001111101110011111101000100 | 3f3f4f3f81f73f44 |
EUC-JP | ?ÆO?¶?D | 00111111100011111010100110100001010011110011111110100010111110010011111101000100 | 3f8fa9a14f3fa2f93f44 |
UTF-8 | ÆO¶D | 110000101001111111000011100001100100111111000010100111101100001010110110110000101001000101000100 | c29fc3864fc29ec2b6c29144 |
UHC | ?ÆO?¶?D | 001111111010100010100001010011110011111110100010110100100011111101000100 | 3fa8a14f3fa2d23f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)