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 | 蝓守エー | 111001011001111110001110111001111011010010110000 | e59f8ee7b4b0 |
EUC-JP | 蝓守エー | 1110101010100001101111001110100110001110101101001000111010110000 | eaa1bce98eb48eb0 |
UTF-8 | 蝓守エー | 111010001001110110010011111001011010111010001000111011111011110110110100111011111011110110110000 | e89d93e5ae88efbdb4efbdb0 |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)