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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 墻?? | 10011010110101000011111100111111 | 9ad43f3f |
EUC-JP | 墻®? | 110101001101011010001111101000101110111000111111 | d4d68fa2ee3f |
UTF-8 | 墻®뮵 | 1110010110100010101110111100001010101110111010111010111010110101 | e5a2bbc2aeebaeb5 |
UHC | 墻®뮵 | 111011011101111110100010111001111001001010111101 | eddfa2e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)