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 | 高崑^ | 1000110110000010100110111100000001011110 | 8d829bc05e |
EUC-JP | 高崑^ | 1011100111100010110101101100001001011110 | b9e2d6c25e |
UTF-8 | 高崑^ | 11101001101010111001100011100101101101001001000101011110 | e9ab98e5b4915e |
UHC | 高崑^ | 1100110111010100110011011101111101011110 | cdd4cddf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)