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 | ÊüK°ñí | 10001111110010101111110001001011101100001111000111101101 | 8fcafc4bb0f1ed |
SJIS-WIN | ???K°?? | 0011111100111111001111110100101110000001100010110011111100111111 | 3f3f3f4b818b3f3f |
EUC-JP | ?ÊüK°ñí | 00111111100011111010101010110100100011111010101111100100010010111010000111101011100011111010101111010000100011111010101110111111 | 3f8faab48fabe44ba1eb8fabd08fabbf |
UTF-8 | ÊüK°ñí | 11000010100011111100001110001010110000111011110001001011110000101011000011000011101100011100001110101101 | c28fc38ac3bc4bc2b0c3b1c3ad |
UHC | ???K°?? | 0011111100111111001111110100101110100001110001100011111100111111 | 3f3f3f4ba1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)