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 | 00111111001111110011111101001111 | 3f3f3f4f |
EUC-JP | 蔣??O | 100011111101100110110110001111110011111101001111 | 8fd9b63f3f4f |
UTF-8 | 蔣꿴륏O | 11101000100101001010001111101010101111111011010011101011101001011000111101001111 | e894a3eabfb4eba58f4f |
UHC | 蔣꿴륏O | 11101101111110001011001011101001101101111111011101001111 | edf8b2e9b7f74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)