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 | 逑ヲ豕・縺 | 1110011110010011101001101110011010110011101001011110001110000001 | e793a6e6b3a5e381 |
EUC-JP | 逑ヲ豕・縺 | 11101101111100111000111010100110111011001011010110001110101001011110010111100001 | edf38ea6ecb58ea5e5e1 |
UTF-8 | 逑ヲ豕・縺 | 111010011000000010010001111011111011110110100110111010001011000110010101111011111011110110100101111001111011100010111010 | e98091efbda6e8b195efbda5e7b8ba |
UHC | 逑?豕?? | 11001111110001110011111111100011110011100011111100111111 | cfc73fe3ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)