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 | 100011101011001110001110110110110111110101000010 | 8eb38edb7d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | ???Û}B | 0011111100111111001111111000111110101010111001010111110101000010 | 3f3f3f8faae57d42 |
UTF-8 | ³Û}B | 11000010100011101100001010110011110000101000111011000011100110110111110101000010 | c28ec2b3c28ec39b7d42 |
UHC | ?³??}B | 00111111101010011111100000111111001111110111110101000010 | 3fa9f83f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)