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 | 書}書{^ | 10001111100100010111110110001111100100010111101101011110 | 8f917d8f917b5e |
EUC-JP | 書}書{^ | 10111101111100010111110110111101111100010111101101011110 | bdf17dbdf17b5e |
UTF-8 | 書}書{^ | 111001101001101110111000011111011110011010011011101110000111101101011110 | e69bb87de69bb87b5e |
UHC | 書}書{^ | 11011111111101100111110111011111111101100111101101011110 | dff67ddff67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)