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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????f? | 00111111001111110011111100111111100000101000011000111111 | 3f3f3f3f82863f |
EUC-JP | ???馹f? | 001111110011111100111111100011111110100110100001101000111110011000111111 | 3f3f3f8fe9a1a3e63f |
UTF-8 | 列룸뱶馹f삌 | 111011111010011010011100111010111010001110111000111010111011000110110110111010011010011010111001111011111011110110000110111011001000001010001100 | efa69ceba3b8ebb1b6e9a6b9efbd86ec828c |
UHC | 列룸뱶馹f삌 | 111001101110101010110111111010111001001110011100111011001111000110100011111001101001100010010011 | e6eab7eb939cecf1a3e69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)