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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???獰 | 0011111100111111001111111110000011010110 | 3f3f3fe0d6 |
EUC-JP | 煐??獰 | 10001111110010011111100000111111001111111110000011011000 | 8fc9f83f3fe0d8 |
UTF-8 | 煐멱똿獰 | 111001111000010110010000111010111010100110110001111010111001100010111111111001111000110110110000 | e78590eba9b1eb98bfe78db0 |
UHC | 煐멱똿獰 | 1110011110111100101110001110100010001100100001011110011110111110 | e7bcb8e88c85e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)