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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 馴?馴?^ | 10010011111010010011111110010011111010010011111101011110 | 93e93f93e93f5e |
EUC-JP | 馴?馴?^ | 11000110111010110011111111000110111010110011111101011110 | c6eb3fc6eb3f5e |
UTF-8 | 馴離馴離^ | 11101001101001101011010011101111101001111010101011101001101001101011010011101111101001111010101001011110 | e9a6b4efa7aae9a6b4efa7aa5e |
UHC | 馴離馴離^ | 111000101111100011101100110001101110001011111000111011001100011001011110 | e2f8ecc6e2f8ecc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)