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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??飛淫? | 00111111001111111001010011110010100010001111101000111111 | 3f3f94f288fa3f |
EUC-JP | 焌?飛淫? | 100011111100100111101000001111111100100011110100101100001111110000111111 | 8fc9e83fc8f4b0fc3f |
UTF-8 | 焌쇤飛淫렕 | 111001111000010010001100111011001000011110100100111010011010001110011011111001101011011110101011111010111010000010010101 | e7848cec87a4e9a39be6b7abeba095 |
UHC | 焌쇤飛淫렕 | 11110001111000001011110011101001110111101010101111101011111000101000111010101010 | f1e0bce9deabebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)