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 | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
SJIS-WIN | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
EUC-JP | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
UTF-8 | 롍렍M}롍렍M{^ | 1110101110100001100011011110101110100000100011010100110101111101111010111010000110001101111010111010000010001101010011010111101101011110 | eba18deba08d4d7deba18deba08d4d7b5e |
UHC | 롍렍M}롍렍M{^ | 10001110110100111000111010100011010011010111110110001110110100111000111010100011010011010111101101011110 | 8ed38ea34d7d8ed38ea34d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)