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 | 11101000100001001001101111100011100000111010111111100100101111111010111001000010 | e8849be383afe4bfae42 |
EUC-JP | 閼帙Ρ菫ョB | 1110111111100100110101101110010110100110101100011110100011000001100011101010111001000010 | efe4d6e5a6b1e8c18eae42 |
UTF-8 | 閼帙Ρ菫ョB | 111010011001011010111100111001011011100010011001110011101010000111101000100011111010101111101111101111011010111001000010 | e996bce5b899cea1e88fabefbdae42 |
UHC | 閼帙Ρ菫?B | 11100100110110011111001011101101101001011101000111010000110010110011111101000010 | e4d9f2eda5d1d0cb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)