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 | ª³ý^ | 1000111110101010101100111111110101011110 | 8faab3fd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ª?ý^ | 001111111000111110100010111011000011111110001111101010111111001001011110 | 3f8fa2ec3f8fabf25e |
UTF-8 | ª³ý^ | 110000101000111111000010101010101100001010110011110000111011110101011110 | c28fc2aac2b3c3bd5e |
UHC | ?ª³?^ | 00111111101010001010001110101001111110000011111101011110 | 3fa8a3a9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)