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 | î ±oBF | 111011101000010110110001011011110100001001000110 | ee85b16f4246 |
SJIS-WIN | ??±oBF | 00111111001111111000000101111101011011110100001001000110 | 3f3f817d6f4246 |
EUC-JP | î?±oBF | 100011111010101111000010001111111010000111011110011011110100001001000110 | 8fabc23fa1de6f4246 |
UTF-8 | î ±oBF | 110000111010111011000010100001011100001010110001011011110100001001000110 | c3aec285c2b16f4246 |
UHC | ??±oBF | 00111111001111111010000110111110011011110100001001000110 | 3f3fa1be6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)