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 | ªá | 1000111010101010100011101110000110010101 | 8eaa8ee195 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ª?á? | 001111111000111110100010111011000011111110001111101010111010000100111111 | 3f8fa2ec3f8faba13f |
UTF-8 | ªá | 11000010100011101100001010101010110000101000111011000011101000011100001010010101 | c28ec2aac28ec3a1c295 |
UHC | ?ª??? | 001111111010100010100011001111110011111100111111 | 3fa8a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)