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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 踐∫寮BF | 1110011011110110100000011110011110010111101111100100001001000110 | e6f681e797be4246 |
EUC-JP | 踐∫寮BF | 1110110011111000101000101110100111001110110000000100001001000110 | ecf8a2e9cec04246 |
UTF-8 | 踐∫寮BF | 1110100010111000100100001110001010001000101010111110010110101111101011100100001001000110 | e8b890e288abe5afae4246 |
UHC | 踐∫寮BF | 1111010011000010101000011111001011010110111101110100001001000110 | f4c2a1f2d6f74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)