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 | 110000111010001101110100 | c3a374 |
SJIS-WIN | ?£t | 00111111100000011001001001110100 | 3f819274 |
EUC-JP | ãt | 100011111010101010101010101000011111001001110100 | 8faaaaa1f274 |
UTF-8 | ãt | 1100001110000011110000101010001101110100 | c383c2a374 |
UHC | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)