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 | テ佚愿榲ャ | 1100001110011000110000111001110011000011100111101100001110101100 | c398c39cc39ec3ac |
EUC-JP | テ佚愿榲ャ | 10001110110000111101000011000101110110001100010111011100110001011000111010101100 | 8ec3d0c5d8c5dcc58eac |
UTF-8 | テ佚愿榲ャ | 111011111011111010000011111001001011110110011010111001101000010010111111111001101010011010110010111011111011110110101100 | efbe83e4bd9ae684bfe6a6b2efbdac |
UHC | ?佚愿?? | 00111111111011001110101011101010101101000011111100111111 | 3feceaeab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)