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 | 鴕耳 | 11101001111101101000111010101000 | e9f68ea8 |
EUC-JP | 鴕耳 | 11110010111110001011110010101010 | f2f8bcaa |
UTF-8 | 鴕耳 | 111010011011010010010101111010001000000010110011 | e9b495e880b3 |
UHC | ?耳 | 001111111110110010111100 | 3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)