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 | çòµV | 11100111111100101011010101010110 | e7f2b556 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | çò?V | 1000111110101011101011101000111110101011110100100011111101010110 | 8fabae8fabd23f56 |
UTF-8 | çòµV | 11000011101001111100001110110010110000101011010101010110 | c3a7c3b2c2b556 |
UHC | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)