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^ | 1110011010100000001111110110010101011110 | e6a03f655e |
EUC-JP | 譬馹e^ | 11101100101000101000111111101001101000010110010101011110 | eca28fe9a1655e |
UTF-8 | 譬馹e^ | 1110100010101101101011001110100110100110101110010110010101011110 | e8adace9a6b9655e |
UHC | 譬馹e^ | 110111101010011111101100111100010110010101011110 | dea7ecf1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)