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 | 錚?^ | 11101000010000100011111101011110 | e8423f5e |
EUC-JP | 錚?^ | 11101111101000110011111101011110 | efa33f5e |
UTF-8 | 錚렫^ | 11101001100011001001101011101011101000001010101101011110 | e98c9aeba0ab5e |
UHC | 錚렫^ | 1110111010110110100011101011100101011110 | eeb68eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)