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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螟悶鋤 | 111001011010010010010110111000111000111110011011 | e5a496e38f9b |
EUC-JP | 螟悶鋤 | 111010101010011011001100111001011011110111111011 | eaa6cce5bdfb |
UTF-8 | 螟悶鋤 | 111010001001111010011111111001101000001010110110111010011000101110100100 | e89e9fe682b6e98ba4 |
UHC | 螟悶鋤 | 110110011010110111011010101111111110000010100111 | d9addabfe0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)