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 | 111001000111111010000011110010011000011101110100 | e47e83c98774 |
SJIS-WIN | ?~???t | 001111110111111000111111001111110011111101110100 | 3f7e3f3f3f74 |
EUC-JP | ä~?É?t | 10001111101010111010001101111110001111111000111110101010101100010011111101110100 | 8faba37e3f8faab13f74 |
UTF-8 | ä~Ét | 11000011101001000111111011000010100000111100001110001001110000101000011101110100 | c3a47ec283c389c28774 |
UHC | ?~???t | 001111110111111000111111001111110011111101110100 | 3f7e3f3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)