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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 軾??軾??^ | 111001110110011100111111001111111110011101100111001111110011111101011110 | e7673f3fe7673f3f5e |
EUC-JP | 軾??軾??^ | 111011011100100000111111001111111110110111001000001111110011111101011110 | edc83f3fedc83f3f5e |
UTF-8 | 軾뤷걾軾뤷걾^ | 11101000101110111011111011101011101001001011011111101010101100011011111011101000101110111011111011101011101001001011011111101010101100011011111001011110 | e8bbbeeba4b7eab1bee8bbbeeba4b7eab1be5e |
UHC | 軾뤷걾軾뤷걾^ | 11100011110111001000111111100101100000011010000111100011110111001000111111100101100000011010000101011110 | e3dc8fe581a1e3dc8fe581a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)