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 | 隱倆痔 | 111010001010101010011000111011011000111010100100 | e8aa98ed8ea4 |
EUC-JP | 隱倆痔 | 111100001010110011010000111011111011110010100110 | f0acd0efbca6 |
UTF-8 | 隱倆痔 | 111010011001101010110001111001011000000010000110111001111001011110010100 | e99ab1e58086e79794 |
UHC | 隱倆痔 | 111010111101111111010101110101101111011011000000 | ebdfd5d6f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)