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¢ | 111110110101011110100010 | fb57a2 |
SJIS-WIN | ?W¢ | 00111111010101111000000110010001 | 3f578191 |
EUC-JP | ûW¢ | 100011111010101111100101010101111010000111110001 | 8fabe557a1f1 |
UTF-8 | ûW¢ | 1100001110111011010101111100001010100010 | c3bb57c2a2 |
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)