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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 狢ーカ^ | 111100011110101111100000110000001111000111101011101100001011011001011110 | f1ebe0c0f1ebb0b65e |
EUC-JP | ?狢?ーカ^ | 001111111110000011000010001111111000111010110000100011101011011001011110 | 3fe0c23f8eb08eb65e |
UTF-8 | 狢ーカ^ | 11101110100001011010011011100111100010111010001011101110100001011010011011101111101111011011000011101111101111011011011001011110 | ee85a6e78ba2ee85a6efbdb0efbdb65e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)