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 | 餃獨 | 11101001010011001110000011010101 | e94ce0d5 |
EUC-JP | 餃獨 | 11110001101011011110000011010111 | f1ade0d7 |
UTF-8 | 餃獨 | 111010011010010010000011111001111000110110101000 | e9a483e78da8 |
UHC | 餃獨 | 11001110111101011101010010111100 | cef5d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)