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 | Ìüº¢ | 11001100111111001011101010100010 | ccfcbaa2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | Ìüº¢ | 1000111110101010110000001000111110101011111001001000111110100010111010111010000111110001 | 8faac08fabe48fa2eba1f1 |
UTF-8 | Ìüº¢ | 1100001110001100110000111011110011000010101110101100001010100010 | c38cc3bcc2bac2a2 |
UHC | ??º? | 0011111100111111101010001010110000111111 | 3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)