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 | ñûØç¿ý | 111100011111101111011000111001111011111111111101 | f1fbd8e7bffd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñûØç¿ý | 100011111010101111010000100011111010101111100101100011111010100110101100100011111010101110101110100011111010001011000100100011111010101111110010 | 8fabd08fabe58fa9ac8fabae8fa2c48fabf2 |
UTF-8 | ñûØç¿ý | 110000111011000111000011101110111100001110011000110000111010011111000010101111111100001110111101 | c3b1c3bbc398c3a7c2bfc3bd |
UHC | ??Ø?¿? | 0011111100111111101010001010101000111111101000101010111100111111 | 3f3fa8aa3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)