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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜咏カ畷絡 | 111010001011011010011001111001111011011010010011111010111001011110001101 | e8b699e7b693eb978d |
EUC-JP | 雜咏カ畷絡 | 11110000101110001101001011101001100011101011011011000110111011011100110111101101 | f0b8d2e98eb6c6edcded |
UTF-8 | 雜咏カ畷絡 | 111010011001101110011100111001011001001010001111111011111011110110110110111001111001010110110111111001111011010110100001 | e99b9ce5928fefbdb6e795b7e7b5a1 |
UHC | 雜???絡 | 11101101110110100011111100111111001111111101010110101001 | edda3f3f3fd5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)