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 | ???vQ] | 001111110011111100111111011101100101000101011101 | 3f3f3f76515d |
SJIS-WIN | 繹??vQ] | 11100011100010000011111100111111011101100101000101011101 | e3883f3f76515d |
EUC-JP | 繹??vQ] | 11100101111010000011111100111111011101100101000101011101 | e5e83f3f76515d |
UTF-8 | 繹먮젾vQ] | 111001111011100110111001111010111010100010101110111011001010000010111110011101100101000101011101 | e7b9b9eba8aeeca0be76515d |
UHC | 繹먮젾vQ] | 111001101011101010010000111010111010000010110000011101100101000101011101 | e6ba90eba0b076515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)