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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌幗函 | 111010001001100110011011111011001001010010011111 | e8999bec949f |
EUC-JP | 陌幗函 | 111011111111100111010110111011101100100010100001 | eff9d6eec8a1 |
UTF-8 | 陌幗函 | 111010011001100110001100111001011011100110010111111001011000011110111101 | e9998ce5b997e587bd |
UHC | 陌?函 | 1101100011101000001111111111100111011110 | d8e83ff9de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)