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 | 飮?^ | 10011111010110100011111101011110 | 9f5a3f5e |
EUC-JP | 飮?^ | 11011101101110110011111101011110 | ddbb3f5e |
UTF-8 | 飮쩰^ | 11101001101000111010111011101100101010011011000001011110 | e9a3aeeca9b05e |
UHC | 飮쩰^ | 1110101111100110101001010110011001011110 | ebe6a5665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)