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^ | 11100010101110100100010001011110 | e2ba445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | âºD^ | 1000111110101011101001001000111110100010111010110100010001011110 | 8faba48fa2eb445e |
UTF-8 | âºD^ | 110000111010001011000010101110100100010001011110 | c3a2c2ba445e |
UHC | ?ºD^ | 0011111110101000101011000100010001011110 | 3fa8ac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)