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 | 篩賚 | 11100010101111111110011011001101 | e2bfe6cd |
EUC-JP | 篩賚 | 11100100110000011110110011001111 | e4c1eccf |
UTF-8 | 篩賚 | 111001111010111110101001111010001011001110011010 | e7afa9e8b39a |
UHC | 篩賚 | 11011110111010001101011011110010 | dee8d6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)