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 | 邁キ逑ー邯 | 1110011110110000101101111110011110010011101100001110011110110110 | e7b0b7e793b0e7b6 |
EUC-JP | 邁キ逑ー邯 | 11101110101100101000111010110111111011011111001110001110101100001110111010111000 | eeb28eb7edf38eb0eeb8 |
UTF-8 | 邁キ逑ー邯 | 111010011000001010000001111011111011110110110111111010011000000010010001111011111011110110110000111010011000001010101111 | e98281efbdb7e98091efbdb0e982af |
UHC | 邁?逑?邯 | 1101100011100100001111111100111111000111001111111100101011111011 | d8e43fcfc73fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)