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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | ??惡O | 0011111100111111100111001010011001001111 | 3f3f9ca64f |
EUC-JP | ??惡O | 0011111100111111110110001010100001001111 | 3f3fd8a84f |
UTF-8 | 롍렍惡O | 11101011101000011000110111101011101000001000110111100110100000111010000101001111 | eba18deba08de683a14f |
UHC | 롍렍惡O | 10001110110100111000111010100011111001001100001001001111 | 8ed38ea3e4c24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)