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 | 雜模雜模^ | 111010001011011010010110110011011110100010110110100101101100110101011110 | e8b696cde8b696cd5e |
EUC-JP | 雜模雜模^ | 111100001011100011001100110011111111000010111000110011001100111101011110 | f0b8cccff0b8cccf5e |
UTF-8 | 雜模雜模^ | 11101001100110111001110011100110101010001010000111101001100110111001110011100110101010001010000101011110 | e99b9ce6a8a1e99b9ce6a8a15e |
UHC | 雜模雜模^ | 111011011101101011011001101111001110110111011010110110011011110001011110 | eddad9bceddad9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)