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 | 弔糶 | 10010010101000101110001011111010 | 92a2e2fa |
EUC-JP | 弔糶 | 11000100101001001110010011111100 | c4a4e4fc |
UTF-8 | 弔糶 | 111001011011110010010100111001111011001110110110 | e5bc94e7b3b6 |
UHC | 弔? | 111100001100000000111111 | f0c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)