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 | æB¦e^ | 1110011001000010100100001000010010001101101001100110010101011110 | e64290848da6655e |
SJIS-WIN | ?B????e^ | 0011111101000010001111110011111100111111001111110110010101011110 | 3f423f3f3f3f655e |
EUC-JP | æB???¦e^ | 100011111010100111000001010000100011111100111111001111111000111110100010110000110110010101011110 | 8fa9c1423f3f3f8fa2c3655e |
UTF-8 | æB¦e^ | 11000011101001100100001011000010100100001100001010000100110000101000110111000010101001100110010101011110 | c3a642c290c284c28dc2a6655e |
UHC | æB????e^ | 101010011010000101000010001111110011111100111111001111110110010101011110 | a9a1423f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)