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 | íªEB | 1110110110011000101010100100010101000010 | ed98aa4542 |
SJIS-WIN | ???EB | 0011111100111111001111110100010101000010 | 3f3f3f4542 |
EUC-JP | í?ªEB | 100011111010101110111111001111111000111110100010111011000100010101000010 | 8fabbf3f8fa2ec4542 |
UTF-8 | íªEB | 1100001110101101110000101001100011000010101010100100010101000010 | c3adc298c2aa4542 |
UHC | ??ªEB | 001111110011111110101000101000110100010101000010 | 3f3fa8a34542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)