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^ | 11110010111011010100010001011110 | f2ed445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | òíD^ | 1000111110101011110100101000111110101011101111110100010001011110 | 8fabd28fabbf445e |
UTF-8 | òíD^ | 110000111011001011000011101011010100010001011110 | c3b2c3ad445e |
UHC | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)