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 | 1110010010111100100011001000111110001111010101001110010101001000 | e4bc8c8f8f54e548 |
SJIS-WIN | ?????T?H | 0011111100111111001111110011111100111111010101000011111101001000 | 3f3f3f3f3f543f48 |
EUC-JP | ä????TåH | 100011111010101110100011001111110011111100111111001111110101010010001111101010111010100101001000 | 8faba33f3f3f3f548faba948 |
UTF-8 | ä¼TåH | 1100001110100100110000101011110011000010100011001100001010001111110000101000111101010100110000111010010101001000 | c3a4c2bcc28cc28fc28f54c3a548 |
UHC | ?¼???T?H | 001111111010100011111001001111110011111100111111010101000011111101001000 | 3fa8f93f3f3f543f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)