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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕉ム「磊 | 100011111101010011010001101000101110000111111011 | 8fd4d1a2e1fb |
EUC-JP | 蕉ム「磊 | 1011111011010110100011101101000110001110101000101110001011111101 | bed68ed18ea2e2fd |
UTF-8 | 蕉ム「磊 | 111010001001010110001001111011111011111010010001111011111011110110100010111001111010001110001010 | e89589efbe91efbda2e7a38a |
UHC | 蕉??磊 | 111101011010111100111111001111111101011011110000 | f5af3f3fd6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)