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 | 蕚釵 | 11100100110101001110011111011110 | e4d4e7de |
EUC-JP | 蕚釵 | 11101000110101101110111011100000 | e8d6eee0 |
UTF-8 | 蕚釵 | 111010001001010110011010111010011000011110110101 | e8959ae987b5 |
UHC | ?釵 | 001111111111001111111011 | 3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)