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 | 驗傭^ | 1110100110000100100101110110001001011110 | e98497625e |
EUC-JP | 驗傭^ | 1111000111100100110011011100001101011110 | f1e4cdc35e |
UTF-8 | 驗傭^ | 11101001101010011001011111100101100000101010110101011110 | e9a997e582ad5e |
UHC | 驗傭^ | 1111101011010000111010011011011001011110 | fad0e9b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)