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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 盞爿皰盍\ | 111000011011010111100000101010111110000110101100111000011011001001011100 | e1b5e0abe1ace1b25c |
EUC-JP | 盞爿皰盍\ | 111000101011011111100000101011011110001010101110111000101011010001011100 | e2b7e0ade2aee2b45c |
UTF-8 | 盞爿皰盍\ | 11100111100110111001111011100111100010001011111111100111100110101011000011100111100110111000110101011100 | e79b9ee788bfe79ab0e79b8d5c |
UHC | 盞???\ | 111011011101001100111111001111110011111101011100 | edd33f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)