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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 亊亊^ | 1001100010101101100110001010110101011110 | 98ad98ad5e |
EUC-JP | 亊亊^ | 1101000010101111110100001010111101011110 | d0afd0af5e |
UTF-8 | 亊亊^ | 11100100101110101000101011100100101110101000101001011110 | e4ba8ae4ba8a5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)