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 | 泄孀 | 10011111100101011001101101110001 | 9f959b71 |
EUC-JP | 泄孀 | 11011101111101011101010111010010 | ddf5d5d2 |
UTF-8 | 泄孀 | 111001101011001110000100111001011010110110000000 | e6b384e5ad80 |
UHC | 泄孀 | 11100000110111001101111111000101 | e0dcdfc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)