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 | ð©£¼ | 111100001010100110001110101000111000111110111100 | f0a98ea38fbc |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ð©?£?? | 1000111110101001110000111000111110100010111011010011111110100001111100100011111100111111 | 8fa9c38fa2ed3fa1f23f3f |
UTF-8 | ð©£¼ | 110000111011000011000010101010011100001010001110110000101010001111000010100011111100001010111100 | c3b0c2a9c28ec2a3c28fc2bc |
UHC | ð????¼ | 1010100110100011001111110011111100111111001111111010100011111001 | a9a33f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)