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 | èûéèû | 1110100011111011100001101110100110011011100101011110100011111011 | e8fb86e99b95e8fb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èû?é??èû | 100011111010101110110010100011111010101111100101001111111000111110101011101100010011111100111111100011111010101110110010100011111010101111100101 | 8fabb28fabe53f8fabb13f3f8fabb28fabe5 |
UTF-8 | èûéèû | 11000011101010001100001110111011110000101000011011000011101010011100001010011011110000101001010111000011101010001100001110111011 | c3a8c3bbc286c3a9c29bc295c3a8c3bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)