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 | Â躢 | 11000010111010001011101010100010 | c2e8baa2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | Â躢 | 1000111110101010101001001000111110101011101100101000111110100010111010111010000111110001 | 8faaa48fabb28fa2eba1f1 |
UTF-8 | Â躢 | 1100001110000010110000111010100011000010101110101100001010100010 | c382c3a8c2bac2a2 |
UHC | ??º? | 0011111100111111101010001010110000111111 | 3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)