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 | ç²Eç²EB | 11100111101100100100010111100111101100100100010101000010 | e7b245e7b24542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ç?Eç?EB | 1000111110101011101011100011111101000101100011111010101110101110001111110100010101000010 | 8fabae3f458fabae3f4542 |
UTF-8 | ç²Eç²EB | 1100001110100111110000101011001001000101110000111010011111000010101100100100010101000010 | c3a7c2b245c3a7c2b24542 |
UHC | ?²E?²EB | 001111111010100111110111010001010011111110101001111101110100010101000010 | 3fa9f7453fa9f74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)