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 | ò®î¼ | 111100101010110110001110101011101110111010111100 | f2ad8eaeeebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò??®î? | 100011111010101111010010001111110011111110001111101000101110111010001111101010111100001000111111 | 8fabd23f3f8fa2ee8fabc23f |
UTF-8 | ò®î¼ | 110000111011001011000010101011011100001010001110110000101010111011000011101011101100001010111100 | c3b2c2adc28ec2aec3aec2bc |
UHC | ??®?¼ | 001111111010000110101001001111111010001011100111001111111010100011111001 | 3fa1a93fa2e73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)