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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 逑冗汚h逑 | 111001111001001110001111111001111000100110011000011010001110011110010011 | e7938fe7899868e793 |
EUC-JP | 逑冗汚h逑 | 111011011111001110111110111010011011000111111000011010001110110111110011 | edf3bee9b1f868edf3 |
UTF-8 | 逑冗汚h逑 | 11101001100000001001000111100101100001101001011111100110101100011001101001101000111010011000000010010001 | e98091e58697e6b19a68e98091 |
UHC | 逑冗汚h逑 | 110011111100011111101001101101111110011111111101011010001100111111000111 | cfc7e9b7e7fd68cfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)