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 | 豢呱扮 | 111001101011010010011001111010111001010110101111 | e6b499eb95af |
EUC-JP | 豢呱扮 | 111011001011011011010010111011011100101010110001 | ecb6d2edcab1 |
UTF-8 | 豢呱扮 | 111010001011000110100010111001011001000110110001111001101000100110101110 | e8b1a2e591b1e689ae |
UHC | ?呱扮 | 0011111111001101101100101101110111001010 | 3fcdb2ddca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)