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 | ê¦®î³ | 111010101010011010001110101011101110111010110011 | eaa68eaeeeb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê¦?®î? | 1000111110101011101101001000111110100010110000110011111110001111101000101110111010001111101010111100001000111111 | 8fabb48fa2c33f8fa2ee8fabc23f |
UTF-8 | ê¦®î³ | 110000111010101011000010101001101100001010001110110000101010111011000011101011101100001010110011 | c3aac2a6c28ec2aec3aec2b3 |
UHC | ???®?³ | 0011111100111111001111111010001011100111001111111010100111111000 | 3f3f3fa2e73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)