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 | 逾欟 | 11100111101001011001111101010101 | e7a59f55 |
EUC-JP | 逾欟 | 11101110101001111101110110110110 | eea7ddb6 |
UTF-8 | 逾欟 | 111010011000000010111110111001101010110010011111 | e980bee6ac9f |
UHC | 逾? | 111010111011010100111111 | ebb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)