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 | 屑?屑?^ | 10001011111110110011111110001011111110110011111101011110 | 8bfb3f8bfb3f5e |
EUC-JP | 屑?屑?^ | 10110110111111010011111110110110111111010011111101011110 | b6fd3fb6fd3f5e |
UTF-8 | 屑涉屑涉^ | 11100101101100011001000111100110101101101000100111100101101100011001000111100110101101101000100101011110 | e5b191e6b689e5b191e6b6895e |
UHC | 屑涉屑涉^ | 111000001101101011100000111011111110000011011010111000001110111101011110 | e0dae0efe0dae0ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)