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 | 齎絲慮 | 111001101101100011100011010011101001011110110110 | e6d8e34e97b6 |
EUC-JP | 齎絲慮 | 111011001101101011100101101011111100111010111000 | ecdae5afceb8 |
UTF-8 | 齎絲慮 | 111010011011110110001110111001111011010110110010111001101000010110101110 | e9bd8ee7b5b2e685ae |
UHC | 齎絲慮 | 111011101011001011011110111010101101010111100111 | eeb2deead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)