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 | æçè¡ | 1110011010010111100011111110011110000111100011101110100010100001 | e6978fe7878ee8a1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??ç??è¡ | 10001111101010011100000100111111001111111000111110101011101011100011111100111111100011111010101110110010100011111010001011000010 | 8fa9c13f3f8fabae3f3f8fabb28fa2c2 |
UTF-8 | æçè¡ | 11000011101001101100001010010111110000101000111111000011101001111100001010000111110000101000111011000011101010001100001010100001 | c3a6c297c28fc3a7c287c28ec3a8c2a1 |
UHC | æ??????¡ | 10101001101000010011111100111111001111110011111100111111001111111010001010101110 | a9a13f3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)