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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羆蒻羆蒻^ | 111000111010111111100100111010001110001110101111111001001110100001011110 | e3afe4e8e3afe4e85e |
EUC-JP | 羆蒻羆蒻^ | 111001101011000111101000111010101110011010110001111010001110101001011110 | e6b1e8eae6b1e8ea5e |
UTF-8 | 羆蒻羆蒻^ | 11100111101111101000011011101000100100101011101111100111101111101000011011101000100100101011101101011110 | e7be86e892bbe7be86e892bb5e |
UHC | ?蒻?蒻^ | 00111111111001011011011000111111111001011011011001011110 | 3fe5b63fe5b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)