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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 他淡卒 | 100100011011110010010010010101111001000110110010 | 91bc925791b2 |
EUC-JP | 他淡卒 | 110000101011111011000011101110001100001010110100 | c2bec3b8c2b4 |
UTF-8 | 他淡卒 | 111001001011101110010110111001101011011110100001111001011000110110010010 | e4bb96e6b7a1e58d92 |
UHC | 他淡卒 | 111101101110001011010011101111111111000011101111 | f6e2d3bff0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)