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 | 腸???? | 100100101011000000111111001111110011111100111111 | 92b03f3f3f3f |
EUC-JP | 腸???? | 110001001011001000111111001111110011111100111111 | c4b23f3f3f3f |
UTF-8 | 腸얩렎펫렕 | 111010001000010110111000111011001001011010101001111010111010000010001110111011011000111010101011111010111010000010010101 | e885b8ec96a9eba08eed8eabeba095 |
UHC | 腸얩렎펫렕 | 11101101111100111011111011101101100011101010010011000110111010101000111010101010 | edf3beed8ea4c6ea8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)