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 | 鰲翫 | 11101001111000001000101011100011 | e9e08ae3 |
EUC-JP | 鰲翫 | 11110010111000101011010011100101 | f2e2b4e5 |
UTF-8 | 鰲翫 | 111010011011000010110010111001111011111110101011 | e9b0b2e7bfab |
UHC | 鰲翫 | 11101000101001111110100011010001 | e8a7e8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)