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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蟾ス螻樊據B | 11100101101101111011110111100101101100011001111011100110100111011001111101000010 | e5b7bde5b19ee69d9f42 |
EUC-JP | 蟾ス螻樊據B | 1110101010111001100011101011110111101010101100111101110011101000110110101010000101000010 | eab98ebdeab3dce8daa142 |
UTF-8 | 蟾ス螻樊據B | 11101000100111111011111011101111101111011011110111101000100111101011101111100110101010001000101011100110100100111001101001000010 | e89fbeefbdbde89ebbe6a88ae6939a42 |
UHC | 蟾??樊據B | 111000001110101000111111001111111101101111100000110010111110000001000010 | e0ea3f3fdbe0cbe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)