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]H | 1100001110100001010101000101110101001000 | c3a1545d48 |
SJIS-WIN | ??T]H | 0011111100111111010101000101110101001000 | 3f3f545d48 |
EUC-JP | áT]H | 100011111010101010101010100011111010001011000010010101000101110101001000 | 8faaaa8fa2c2545d48 |
UTF-8 | áT]H | 11000011100000111100001010100001010101000101110101001000 | c383c2a1545d48 |
UHC | ?¡T]H | 001111111010001010101110010101000101110101001000 | 3fa2ae545d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)