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 | éoå© | 11101001100000011001010001101111111001011000111110101001 | e981946fe58fa9 |
SJIS-WIN | ???o??? | 00111111001111110011111101101111001111110011111100111111 | 3f3f3f6f3f3f3f |
EUC-JP | é??oå?© | 10001111101010111011000100111111001111110110111110001111101010111010100100111111100011111010001011101101 | 8fabb13f3f6f8faba93f8fa2ed |
UTF-8 | éoå© | 11000011101010011100001010000001110000101001010001101111110000111010010111000010100011111100001010101001 | c3a9c281c2946fc3a5c28fc2a9 |
UHC | ???o??? | 00111111001111110011111101101111001111110011111100111111 | 3f3f3f6f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)