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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逑ヲ繧餓」コ | 111001111001001110100110111000111000001010001001111011001010001110111010 | e793a6e38289eca3ba |
EUC-JP | 逑ヲ繧餓」コ | 111011011111001110001110101001101110010111100010101100101110111010001110101000111000111010111010 | edf38ea6e5e2b2ee8ea38eba |
UTF-8 | 逑ヲ繧餓」コ | 111010011000000010010001111011111011110110100110111001111011100110100111111010011010010010010011111011111011110110100011111011111011110110111010 | e98091efbda6e7b9a7e9a493efbda3efbdba |
UHC | 逑??餓?? | 1100111111000111001111110011111111100100101110110011111100111111 | cfc73f3fe4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)