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 | ûС`B | 111110111101000010001110101000010110000001000010 | fbd08ea16042 |
SJIS-WIN | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
EUC-JP | û??¡`B | 10001111101010111110010100111111001111111000111110100010110000100110000001000010 | 8fabe53f3f8fa2c26042 |
UTF-8 | ûС`B | 11000011101110111100001110010000110000101000111011000010101000010110000001000010 | c3bbc390c28ec2a16042 |
UHC | ?Ð?¡`B | 0011111110101000101000100011111110100010101011100110000001000010 | 3fa8a23fa2ae6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)