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 | 泄釋 | 10011111100101011110011111010111 | 9f95e7d7 |
EUC-JP | 泄釋 | 11011101111101011110111011011001 | ddf5eed9 |
UTF-8 | 泄釋 | 111001101011001110000100111010011000011110001011 | e6b384e9878b |
UHC | 泄釋 | 11100000110111001110000010110111 | e0dce0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)