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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堯堯堯堯 | 1110101010011111111010101001111111101010100111111110101010011111 | ea9fea9fea9fea9f |
EUC-JP | 堯堯堯堯 | 1111010010100001111101001010000111110100101000011111010010100001 | f4a1f4a1f4a1f4a1 |
UTF-8 | 堯堯堯堯 | 111001011010000010101111111001011010000010101111111001011010000010101111111001011010000010101111 | e5a0afe5a0afe5a0afe5a0af |
UHC | 堯堯堯堯 | 1110100011101011111010001110101111101000111010111110100011101011 | e8ebe8ebe8ebe8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)