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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 譌剰ーキc^ | 1110011010010111100011111110100010110000101101110110001101011110 | e6978fe8b0b7635e |
EUC-JP | 譌剰ーキc^ | 11101011111101111011111011101010100011101011000010001110101101110110001101011110 | ebf7beea8eb08eb7635e |
UTF-8 | 譌剰ーキc^ | 1110100010101101100011001110010110001001101100001110111110111101101100001110111110111101101101110110001101011110 | e8ad8ce589b0efbdb0efbdb7635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)