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 | ñ¢û·^ | 1111000110100010111110111011011101011110 | f1a2fbb75e |
SJIS-WIN | ?¢??^ | 001111111000000110010001001111110011111101011110 | 3f81913f3f5e |
EUC-JP | ñ¢û?^ | 10001111101010111101000010100001111100011000111110101011111001010011111101011110 | 8fabd0a1f18fabe53f5e |
UTF-8 | ñ¢û·^ | 110000111011000111000010101000101100001110111011110000101011011101011110 | c3b1c2a2c3bbc2b75e |
UHC | ???·^ | 001111110011111100111111101000011010010001011110 | 3f3f3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)