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 | 碩鴟 | 10010000110101111110100111110100 | 90d7e9f4 |
EUC-JP | 碩鴟 | 11000000110110011111001011110110 | c0d9f2f6 |
UTF-8 | 碩鴟 | 111001111010001010101001111010011011010010011111 | e7a2a9e9b49f |
UHC | 碩? | 111000001011010100111111 | e0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)