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^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 質e^ | 111100001100000010001110101111110110010101011110 | f0c08ebf655e |
EUC-JP | ?質e^ | 0011111110111100110000010110010101011110 | 3fbcc1655e |
UTF-8 | 質e^ | 1110111010000001101111111110100010110011101010100110010101011110 | ee81bfe8b3aa655e |
UHC | ?質e^ | 0011111111110010111101010110010101011110 | 3ff2f5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)