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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 瘟[瘟[^ | 11100001100010010101101111100001100010010101101101011110 | e1895be1895b5e |
EUC-JP | 瘟[瘟[^ | 11100001111010010101101111100001111010010101101101011110 | e1e95be1e95b5e |
UTF-8 | 瘟[瘟[^ | 111001111001100010011111010110111110011110011000100111110101101101011110 | e7989f5be7989f5b5e |
UHC | 瘟[瘟[^ | 11101000101100000101101111101000101100000101101101011110 | e8b05be8b05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)