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 | 100011101011000110001110101100100101001101000010 | 8eb18eb25342 |
EUC-JP | 竺軸SB | 101111001011001110111100101101000101001101000010 | bcb3bcb45342 |
UTF-8 | 竺軸SB | 1110011110101011101110101110100010111011101110000101001101000010 | e7abbae8bbb85342 |
UHC | 竺軸SB | 111101011110011111110101111011100101001101000010 | f5e7f5ee5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)