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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 絶??堊?F | 1001000011100010001111110011111110011010101111110011111101000110 | 90e23f3f9abf3f46 |
EUC-JP | 絶??堊?F | 1100000011100100001111110011111111010100110000010011111101000110 | c0e43f3fd4c13f46 |
UTF-8 | 絶욇콢堊묪F | 11100111101101011011011011101100100110101000011111101100101111011010001011100101101000001000101011101011101011001010101001000110 | e7b5b6ec9a87ecbda2e5a08aebacaa46 |
UHC | 絶욇콢堊묪F | 1110111110111110100111101110100110110001100110101110010010111110100100100100001001000110 | efbe9ee9b19ae4be924246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)