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 | 100011101011000110001110101010110101001101000010 | 8eb18eab5342 |
EUC-JP | 竺辞SB | 101111001011001110111100101011010101001101000010 | bcb3bcad5342 |
UTF-8 | 竺辞SB | 1110011110101011101110101110100010111110100111100101001101000010 | e7abbae8be9e5342 |
UHC | 竺?SB | 1111010111100111001111110101001101000010 | f5e73f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)