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¯ | 10011100011101001001110110101111 | 9c749daf |
SJIS-WIN | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
EUC-JP | ?t?¯ | 001111110111010000111111100011111010001010110100 | 3f743f8fa2b4 |
UTF-8 | t¯ | 11000010100111000111010011000010100111011100001010101111 | c29c74c29dc2af |
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)