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 | 耳?拇 | 1000111010101000001111111001110101100100 | 8ea83f9d64 |
EUC-JP | 耳?拇 | 1011110010101010001111111101100111000101 | bcaa3fd9c5 |
UTF-8 | 耳재拇 | 111010001000000010110011111011001001111010101100111001101000101110000111 | e880b3ec9eace68b87 |
UHC | 耳재拇 | 111011001011110011000000111001111101100111100111 | ecbcc0e7d9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)