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 | 他淡卒速贈 | 10010001101111001001001001010111100100011011001010010001101011001001000110100001 | 91bc925791b291ac91a1 |
EUC-JP | 他淡卒速贈 | 11000010101111101100001110111000110000101011010011000010101011101100001010100011 | c2bec3b8c2b4c2aec2a3 |
UTF-8 | 他淡卒速贈 | 111001001011101110010110111001101011011110100001111001011000110110010010111010011000000010011111111010001011010010001000 | e4bb96e6b7a1e58d92e9809fe8b488 |
UHC | 他淡卒速贈 | 11110110111000101101001110111111111100001110111111100001110111001111000111111100 | f6e2d3bff0efe1dcf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)