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 | Ùùö½ãÛ | 110110011111100111110110101111011110001111011011 | d9f9f6bde3db |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Ùùö?ãÛ | 10001111101010101110001110001111101010111110001110001111101010111101001100111111100011111010101110101010100011111010101011100101 | 8faae38fabe38fabd33f8fabaa8faae5 |
UTF-8 | Ùùö½ãÛ | 110000111001100111000011101110011100001110110110110000101011110111000011101000111100001110011011 | c399c3b9c3b6c2bdc3a3c39b |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)