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Þ | 111110110101011111011110 | fb57de |
SJIS-WIN | ?W? | 001111110101011100111111 | 3f573f |
EUC-JP | ûWÞ | 10001111101010111110010101010111100011111010100110110000 | 8fabe5578fa9b0 |
UTF-8 | ûWÞ | 1100001110111011010101111100001110011110 | c3bb57c39e |
UHC | ?WÞ | 00111111010101111010100010101101 | 3f57a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)