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 | 昇キハ韲 | 10001111101110001111011111101100101101111111000111111010110010101110100011101100 | 8fb8f7ecb7f1facae8ec |
EUC-JP | 昇?キ?ハ韲 | 10111110101110100011111110001110101101110011111110001110110010101111000011101110 | beba3f8eb73f8ecaf0ee |
UTF-8 | 昇キハ韲 | 111001101001100010000111111011101001011110001111111011111011110110110111111011101000010110110101111011111011111010001010111010011001111110110010 | e69887ee978fefbdb7ee85b5efbe8ae99fb2 |
UHC | 昇????? | 11100011101100000011111100111111001111110011111100111111 | e3b03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)