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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ榲佚δ。 | 1100001110011110110000111001100011000011100000111100001010100001 | c39ec398c383c2a1 |
EUC-JP | テ榲佚δ。 | 10001110110000111101110011000101110100001100010110100110110001001000111010100001 | 8ec3dcc5d0c5a6c48ea1 |
UTF-8 | テ榲佚δ。 | 1110111110111110100000111110011010100110101100101110010010111101100110101100111010110100111011111011110110100001 | efbe83e6a6b2e4bd9aceb4efbda1 |
UHC | ??佚δ? | 00111111001111111110110011101010101001011110010000111111 | 3f3feceaa5e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)