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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 貂滔サ、BF | 1110011010111000100111111110101110111011101001000100001001000110 | e6b89febbba44246 |
EUC-JP | 貂滔サ、BF | 11101100101110101101111011101101100011101011101110001110101001000100001001000110 | ecbadeed8ebb8ea44246 |
UTF-8 | 貂滔サ、BF | 1110100010110010100000101110011010111011100101001110111110111101101110111110111110111101101001000100001001000110 | e8b282e6bb94efbdbbefbda44246 |
UHC | 貂滔??BF | 1111010110110000110101001010010100111111001111110100001001000110 | f5b0d4a53f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)