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^ | 1000111111000000110010110110010101011110 | 8fc0cb655e |
SJIS-WIN | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
EUC-JP | ?ÀËe^ | 001111111000111110101010101000101000111110101010101100110110010101011110 | 3f8faaa28faab3655e |
UTF-8 | ÀËe^ | 1100001010001111110000111000000011000011100010110110010101011110 | c28fc380c38b655e |
UHC | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)