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 | 泄碩 | 10011111100101011001000011010111 | 9f9590d7 |
EUC-JP | 泄碩 | 11011101111101011100000011011001 | ddf5c0d9 |
UTF-8 | 泄碩 | 111001101011001110000100111001111010001010101001 | e6b384e7a2a9 |
UHC | 泄碩 | 11100000110111001110000010110101 | e0dce0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)