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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濶滓エサ | 111010001000100110011111111001101011010010111011 | e8899fe6b4bb |
EUC-JP | 濶滓エサ | 1110111111101001110111101110100010001110101101001000111010111011 | efe9dee88eb48ebb |
UTF-8 | 濶滓エサ | 111001101011111110110110111001101011101110010011111011111011110110110100111011111011110110111011 | e6bfb6e6bb93efbdb4efbdbb |
UHC | ?滓?? | 0011111111101110101010110011111100111111 | 3feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)