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 | 隍サ隴 | 1110100010100100101110111110100010101101 | e8a4bbe8ad |
EUC-JP | 隍サ隴 | 111100001010011010001110101110111111000010101111 | f0a68ebbf0af |
UTF-8 | 隍サ隴 | 111010011001101010001101111011111011110110111011111010011001101010110100 | e99a8defbdbbe99ab4 |
UHC | 隍?? | 11111100110110110011111100111111 | fcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)