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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 餉}餉{^ | 11101001010011010111110111101001010011010111101101011110 | e94d7de94d7b5e |
EUC-JP | 餉}餉{^ | 11110001101011100111110111110001101011100111101101011110 | f1ae7df1ae7b5e |
UTF-8 | 餉}餉{^ | 111010011010010010001001011111011110100110100100100010010111101101011110 | e9a4897de9a4897b5e |
UHC | 餉}餉{^ | 11111010110000110111110111111010110000110111101101011110 | fac37dfac37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)