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 | ?g\ | 001111110110011101011100 | 3f675c |
SJIS-WIN | 帥g\ | 10010000100000110110011101011100 | 9083675c |
EUC-JP | 帥g\ | 10111111111000110110011101011100 | bfe3675c |
UTF-8 | 帥g\ | 1110010110111000101001010110011101011100 | e5b8a5675c |
UHC | 帥g\ | 11100001111111010110011101011100 | e1fd675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)