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 | 垓∞^ | 1001101010110100100000011000011101011110 | 9ab481875e |
EUC-JP | 垓∞^ | 1101010010110110101000011110011101011110 | d4b6a1e75e |
UTF-8 | 垓∞^ | 11100101100111101001001111100010100010001001111001011110 | e59e93e2889e5e |
UHC | 垓∞^ | 1111101010100111101000011100010001011110 | faa7a1c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)