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 | 鐡鳧膩痙 | 1110100001100100111010011110100011100100010101101110000101111010 | e864e9e8e456e17a |
EUC-JP | 鐡鳧膩痙 | 1110111111000101111100101110101011100111101101111110000111011011 | efc5f2eae7b7e1db |
UTF-8 | 鐡鳧膩痙 | 111010011001000010100001111010011011001110100111111010001000011010101001111001111001011110011001 | e990a1e9b3a7e886a9e79799 |
UHC | ?鳧?痙 | 001111111101110111000000001111111100110011100010 | 3fddc03fcce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)