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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陜吝玄諢 | 1110100010011101100110011110010110001100101110101110011010000100 | e89d99e58cbae684 |
EUC-JP | 陜吝玄諢 | 1110111111111101110100101110011110111000101111001110101111100100 | effdd2e7b8bcebe4 |
UTF-8 | 陜吝玄諢 | 111010011001100110011100111001011001000010011101111001111000111010000100111010001010101110100010 | e9999ce5909de78e84e8aba2 |
UHC | 陜吝玄? | 11111001111100001101011111110000111110101101110000111111 | f9f0d7f0fadc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)