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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薛屎? | 1110010101001100100110111001110100111111 | e54c9b9d3f |
EUC-JP | 薛屎? | 1110100110101101110101011111110100111111 | e9add5fd3f |
UTF-8 | 薛屎걾 | 111010001001011010011011111001011011000110001110111010101011000110111110 | e8969be5b18eeab1be |
UHC | 薛屎걾 | 111000001110000011100011101110101000000110100001 | e0e0e3ba81a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)