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 | 治譽蛇 | 100011101010000111100110101000111000111011010110 | 8ea1e6a38ed6 |
EUC-JP | 治譽蛇 | 101111001010001111101100101001011011110011011000 | bca3eca5bcd8 |
UTF-8 | 治譽蛇 | 111001101011001010111011111010001010110110111101111010001001101110000111 | e6b2bbe8adbde89b87 |
UHC | 治譽蛇 | 111101101011110111100111111000101101111011101111 | f6bde7e2deef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)