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 | ?????Ayh | 0011111100111111001111110011111100111111010000010111100101101000 | 3f3f3f3f3f417968 |
SJIS-WIN | テャテカ罸Ayh | 110000111010110011000011101101101110001110101101010000010111100101101000 | c3acc3b6e3ad417968 |
EUC-JP | テャテカ罸Ayh | 10001110110000111000111010101100100011101100001110001110101101101110011010101111010000010111100101101000 | 8ec38eac8ec38eb6e6af417968 |
UTF-8 | テャテカ罸Ayh | 111011111011111010000011111011111011110110101100111011111011111010000011111011111011110110110110111001111011110110111000010000010111100101101000 | efbe83efbdacefbe83efbdb6e7bdb8417968 |
UHC | ?????Ayh | 0011111100111111001111110011111100111111010000010111100101101000 | 3f3f3f3f3f417968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)