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 | ??I^F | 0011111100111111010010010101111001000110 | 3f3f495e46 |
SJIS-WIN | 偲湿I^F | 10001110110000111000111010111100010010010101111001000110 | 8ec38ebc495e46 |
EUC-JP | 偲湿I^F | 10111100110001011011110010111110010010010101111001000110 | bcc5bcbe495e46 |
UTF-8 | 偲湿I^F | 111001011000000110110010111001101011100110111111010010010101111001000110 | e581b2e6b9bf495e46 |
UHC | ??I^F | 0011111100111111010010010101111001000110 | 3f3f495e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)