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^ | 111001001101111000111111001111110110010101011110 | e4de3f3f655e |
EUC-JP | 葯??e^ | 111010001110000000111111001111110110010101011110 | e8e03f3f655e |
UTF-8 | 葯⑵눂e^ | 1110100010010001101011111110001010010001101101011110101110001000100000100110010101011110 | e891afe291b5eb8882655e |
UHC | 葯⑵눂e^ | 1110010110110101101010011110100010000111101000110110010101011110 | e5b5a9e887a3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)