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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 隍サ谿ェBF | 1110100010100100101110111110011010101110101010100100001001000110 | e8a4bbe6aeaa4246 |
EUC-JP | 隍サ谿ェBF | 11110000101001101000111010111011111011001011000010001110101010100100001001000110 | f0a68ebbecb08eaa4246 |
UTF-8 | 隍サ谿ェBF | 1110100110011010100011011110111110111101101110111110100010110000101111111110111110111101101010100100001001000110 | e99a8defbdbbe8b0bfefbdaa4246 |
UHC | 隍?谿?BF | 1111110011011011001111111100110110101100001111110100001001000110 | fcdb3fcdac3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)