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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 艾??e^ | 111001001000100000111111001111110110010101011110 | e4883f3f655e |
EUC-JP | 艾??e^ | 111001111110100000111111001111110110010101011110 | e7e83f3f655e |
UTF-8 | 艾뉓쾳e^ | 1110100010001001101111101110101110001001100100111110110010111110101100110110010101011110 | e889beeb8993ecbeb3655e |
UHC | 艾뉓쾳e^ | 1110010011110101100001111110100010110010100010010110010101011110 | e4f587e8b289655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)