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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷ィ蝓取エ | 1110100110011110101010001110010110011111100011101110011010110100 | e99ea8e59f8ee6b4 |
EUC-JP | 髷ィ蝓取エ | 11110001111111101000111010101000111010101010000110111100111010001000111010110100 | f1fe8ea8eaa1bce88eb4 |
UTF-8 | 髷ィ蝓取エ | 111010011010101110110111111011111011110110101000111010001001110110010011111001011000111110010110111011111011110110110100 | e9abb7efbda8e89d93e58f96efbdb4 |
UHC | ???取? | 001111110011111100111111111101101010001000111111 | 3f3f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)