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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 症ゥシ | 1000111111000111111100001011110010101001111100101110101110111100 | 8fc7f0bca9f2ebbc |
EUC-JP | 症?ゥ?シ | 1011111011001001001111111000111010101001001111111000111010111100 | bec93f8ea93f8ebc |
UTF-8 | 症ゥシ | 111001111001011110000111111011101000000110111011111011111011110110101001111011101000100010100010111011111011110110111100 | e79787ee81bbefbda9ee88a2efbdbc |
UHC | 症???? | 111100011111100000111111001111110011111100111111 | f1f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)