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 | 11100101101101111011110111100101101100011001111011100110100011111000001101000010 | e5b7bde5b19ee68f8342 |
EUC-JP | 蟾ス螻樊純B | 1110101010111001100011101011110111101010101100111101110011101000101111011110001101000010 | eab98ebdeab3dce8bde342 |
UTF-8 | 蟾ス螻樊純B | 11101000100111111011111011101111101111011011110111101000100111101011101111100110101010001000101011100111101101001001010001000010 | e89fbeefbdbde89ebbe6a88ae7b49442 |
UHC | 蟾??樊純B | 111000001110101000111111001111111101101111100000111000101110110101000010 | e0ea3f3fdbe0e2ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)