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 | 邱壽キィ | 111001111011011110011010111001101011011110101000 | e7b79ae6b7a8 |
EUC-JP | 邱壽キィ | 1110111010111001110101001110100010001110101101111000111010101000 | eeb9d4e88eb78ea8 |
UTF-8 | 邱壽キィ | 111010011000001010110001111001011010001110111101111011111011110110110111111011111011110110101000 | e982b1e5a3bdefbdb7efbda8 |
UHC | 邱壽?? | 110011111100100011100001111110000011111100111111 | cfc8e1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)