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ä | 11100100101111001000110010001111100011110101010011100100 | e4bc8c8f8f54e4 |
SJIS-WIN | ?????T? | 00111111001111110011111100111111001111110101010000111111 | 3f3f3f3f3f543f |
EUC-JP | ä????Tä | 1000111110101011101000110011111100111111001111110011111101010100100011111010101110100011 | 8faba33f3f3f3f548faba3 |
UTF-8 | ä¼Tä | 11000011101001001100001010111100110000101000110011000010100011111100001010001111010101001100001110100100 | c3a4c2bcc28cc28fc28f54c3a4 |
UHC | ?¼???T? | 0011111110101000111110010011111100111111001111110101010000111111 | 3fa8f93f3f3f543f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)