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^ | 11100100111010010110010101011110 | e4e9655e |
EUC-JP | 蓚e^ | 11101000111010110110010101011110 | e8eb655e |
UTF-8 | 蓚e^ | 1110100010010011100110100110010101011110 | e8939a655e |
UHC | 蓚e^ | 11100010101111100110010101011110 | e2be655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)