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^ | 001111110110010101011110 | 3f655e |
SJIS-WIN | 篌e^ | 11100010101110100110010101011110 | e2ba655e |
EUC-JP | 篌e^ | 11100100101111000110010101011110 | e4bc655e |
UTF-8 | 篌e^ | 1110011110101111100011000110010101011110 | e7af8c655e |
UHC | ?e^ | 001111110110010101011110 | 3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)