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 | ??Y\ | 00111111001111110101100101011100 | 3f3f595c |
SJIS-WIN | 潁帋Y\ | 100111111111000110011011111000010101100101011100 | 9ff19be1595c |
EUC-JP | 潁帋Y\ | 110111101111001111010110111000110101100101011100 | def3d6e3595c |
UTF-8 | 潁帋Y\ | 1110011010111101100000011110010110111000100010110101100101011100 | e6bd81e5b88b595c |
UHC | 潁?Y\ | 1110011110111000001111110101100101011100 | e7b83f595c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)