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 | _áà | 100010100101111111100001111000001001010110010001 | 8a5fe1e09591 |
SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
EUC-JP | ?_áà?? | 00111111010111111000111110101011101000011000111110101011101000100011111100111111 | 3f5f8faba18faba23f3f |
UTF-8 | _áà | 1100001010001010010111111100001110100001110000111010000011000010100101011100001010010001 | c28a5fc3a1c3a0c295c291 |
UHC | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)