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 | ??@\ | 00111111001111110100000001011100 | 3f3f405c |
SJIS-WIN | 逶エ@\ | 1110011110011011101101000100000001011100 | e79bb4405c |
EUC-JP | 逶エ@\ | 111011011111101110001110101101000100000001011100 | edfb8eb4405c |
UTF-8 | 逶エ@\ | 1110100110000000101101101110111110111101101101000100000001011100 | e980b6efbdb4405c |
UHC | ??@\ | 00111111001111110100000001011100 | 3f3f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)