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 | 裼鷺闘 | 111001011110011110001101111010111001001110101100 | e5e78deb93ac |
EUC-JP | 裼鷺闘 | 111010101110100110111010111011011100011010101110 | eae9baedc6ae |
UTF-8 | 裼鷺闘 | 111010001010001110111100111010011011011110111010111010011001011110011000 | e8a3bce9b7bae99798 |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)