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 | tã | 10011101011101001110001110001000 | 9d74e388 |
SJIS-WIN | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
EUC-JP | ?tã? | 001111110111010010001111101010111010101000111111 | 3f748fabaa3f |
UTF-8 | tã | 11000010100111010111010011000011101000111100001010001000 | c29d74c3a3c288 |
UHC | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)