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 | ¹ûD^ | 10111001111110110100010001011110 | b9fb445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | ?ûD^ | 001111111000111110101011111001010100010001011110 | 3f8fabe5445e |
UTF-8 | ¹ûD^ | 110000101011100111000011101110110100010001011110 | c2b9c3bb445e |
UHC | ¹?D^ | 1010100111110110001111110100010001011110 | a9f63f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)