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 | ñù¸èÐ | 1111000111111001101110001110100011010000 | f1f9b8e8d0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñù¸è? | 10001111101010111101000010001111101010111110001110001111101000101011000110001111101010111011001000111111 | 8fabd08fabe38fa2b18fabb23f |
UTF-8 | ñù¸èÐ | 11000011101100011100001110111001110000101011100011000011101010001100001110010000 | c3b1c3b9c2b8c3a8c390 |
UHC | ??¸?Ð | 00111111001111111010001010101100001111111010100010100010 | 3f3fa2ac3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)