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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 域??Q] | 100010001110011000111111001111110101000101011101 | 88e63f3f515d |
EUC-JP | 域??Q] | 101100001110100000111111001111110101000101011101 | b0e83f3f515d |
UTF-8 | 域㏓젷Q] | 1110010110011111100111111110001110001111100100111110110010100000101101110101000101011101 | e59f9fe38f93eca0b7515d |
UHC | 域㏓젷Q] | 1110011010110100101001111110101110100000101010110101000101011101 | e6b4a7eba0ab515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)