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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蕚莇儿蕚莇儿B | 11100100110101001110010010110100100110010101100011100100110101001110010010110100100110010101100001000010 | e4d4e4b49958e4d4e4b4995842 |
EUC-JP | 蕚莇儿蕚莇儿B | 11101000110101101110100010110110110100011011100111101000110101101110100010110110110100011011100101000010 | e8d6e8b6d1b9e8d6e8b6d1b942 |
UTF-8 | 蕚莇儿蕚莇儿B | 11101000100101011001101011101000100011101000011111100101100001001011111111101000100101011001101011101000100011101000011111100101100001001011111101000010 | e8959ae88e87e584bfe8959ae88e87e584bf42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)