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 | ûWÝ | 111110110101011111011101 | fb57dd |
SJIS-WIN | ?W? | 001111110101011100111111 | 3f573f |
EUC-JP | ûWÝ | 10001111101010111110010101010111100011111010101011110010 | 8fabe5578faaf2 |
UTF-8 | ûWÝ | 1100001110111011010101111100001110011101 | c3bb57c39d |
UHC | ?W? | 001111110101011100111111 | 3f573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)