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^ | 111001010101101000111111001111110110010101011110 | e55a3f3f655e |
EUC-JP | 藥??e^ | 111010011011101100111111001111110110010101011110 | e9bb3f3f655e |
UTF-8 | 藥썼댒e^ | 1110100010010111101001011110110010001101101111001110101110001100100100100110010101011110 | e897a5ec8dbceb8c92655e |
UHC | 藥썼댒e^ | 1110010110110111101111011110100010001000101110010110010101011110 | e5b7bde888b9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)