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 | e e ^ | 100000010110010110000100101000001000000101100101100001001010000001011110 | 816584a0816584a05e |
SJIS-WIN | ?e???e??^ | 001111110110010100111111001111110011111101100101001111110011111101011110 | 3f653f3f3f653f3f5e |
EUC-JP | ?e???e??^ | 001111110110010100111111001111110011111101100101001111110011111101011110 | 3f653f3f3f653f3f5e |
UTF-8 | e e ^ | 110000101000000101100101110000101000010011000010101000001100001010000001011001011100001010000100110000101010000001011110 | c28165c284c2a0c28165c284c2a05e |
UHC | ?e???e??^ | 001111110110010100111111001111110011111101100101001111110011111101011110 | 3f653f3f3f653f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)