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 | èýåç² | 1110100011111101100111001110010110010010100011111110011110110010 | e8fd9ce5928fe7b2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èý?å??ç? | 10001111101010111011001010001111101010111111001000111111100011111010101110101001001111110011111110001111101010111010111000111111 | 8fabb28fabf23f8faba93f3f8fabae3f |
UTF-8 | èýåç² | 11000011101010001100001110111101110000101001110011000011101001011100001010010010110000101000111111000011101001111100001010110010 | c3a8c3bdc29cc3a5c292c28fc3a7c2b2 |
UHC | ???????² | 001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)