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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 齎枯 | 11100110110110001000110011001101 | e6d88ccd |
EUC-JP | 齎枯 | 11101100110110101011100011001111 | ecdab8cf |
UTF-8 | 齎枯 | 111010011011110110001110111001101001111010101111 | e9bd8ee69eaf |
UHC | 齎枯 | 11101110101100101100110110111101 | eeb2cdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)