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 | 腟矩晦菩 | 1110010001010100100010111110100110001010010000011001010111101100 | e4548be98a4195ec |
EUC-JP | 腟矩晦菩 | 1110011110110101101101101110101110110011101000101100101011101110 | e7b5b6ebb3a2caee |
UTF-8 | 腟矩晦菩 | 111010001000010110011111111001111001111110101001111001101001100110100110111010001000111110101001 | e8859fe79fa9e699a6e88fa9 |
UHC | ?矩晦菩 | 00111111110011111011101111111100111001001101110011001100 | 3fcfbbfce4dccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)