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] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 蟾ス螻樊據Q] | 1110010110110111101111011110010110110001100111101110011010011101100111110101000101011101 | e5b7bde5b19ee69d9f515d |
EUC-JP | 蟾ス螻樊據Q] | 111010101011100110001110101111011110101010110011110111001110100011011010101000010101000101011101 | eab98ebdeab3dce8daa1515d |
UTF-8 | 蟾ス螻樊據Q] | 1110100010011111101111101110111110111101101111011110100010011110101110111110011010101000100010101110011010010011100110100101000101011101 | e89fbeefbdbde89ebbe6a88ae6939a515d |
UHC | 蟾??樊據Q] | 11100000111010100011111100111111110110111110000011001011111000000101000101011101 | e0ea3f3fdbe0cbe0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)