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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 逶エSB | 1110011110011011101101000101001101000010 | e79bb45342 |
EUC-JP | 逶エSB | 111011011111101110001110101101000101001101000010 | edfb8eb45342 |
UTF-8 | 逶エSB | 1110100110000000101101101110111110111101101101000101001101000010 | e980b6efbdb45342 |
UHC | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)