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 | 馴贓 | 10010011111010011110011011011001 | 93e9e6d9 |
EUC-JP | 馴贓 | 11000110111010111110110011011011 | c6ebecdb |
UTF-8 | 馴贓 | 111010011010011010110100111010001011010010010011 | e9a6b4e8b493 |
UHC | 馴贓 | 11100010111110001110110111111100 | e2f8edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)