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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鈿胞 | 11100111111011011001011001000101 | e7ed9645 |
EUC-JP | 鈿胞 | 11101110111011111100101110100110 | eeefcba6 |
UTF-8 | 鈿胞 | 111010011000100010111111111010001000001110011110 | e988bfe8839e |
UHC | 鈿胞 | 11101111101011111111100011100000 | efaff8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)