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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 署星惺 | 100011111001000010010000101011111001110010110111 | 8f9090af9cb7 |
EUC-JP | 署星惺 | 101111011111000011000000101100011101100010111001 | bdf0c0b1d8b9 |
UTF-8 | 署星惺 | 111001111011110110110010111001101001100010011111111001101000001110111010 | e7bdb2e6989fe683ba |
UHC | 署星惺 | 110111111111111011100000111110001110000011110110 | dffee0f8e0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)