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 | 跌珠ァ | 1110011011101001100011101110110010100111 | e6e98eeca7 |
EUC-JP | 跌珠ァ | 111011001110101110111100111011101000111010100111 | ecebbcee8ea7 |
UTF-8 | 跌珠ァ | 111010001011011110001100111001111000111110100000111011111011110110100111 | e8b78ce78fa0efbda7 |
UHC | 跌珠? | 1111001011110110111100011100000100111111 | f2f6f1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)