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 | èíûÐ | 100011111110100011101101111110111000111111010000 | 8fe8edfb8fd0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?èíû?? | 001111111000111110101011101100101000111110101011101111111000111110101011111001010011111100111111 | 3f8fabb28fabbf8fabe53f3f |
UTF-8 | èíûÐ | 110000101000111111000011101010001100001110101101110000111011101111000010100011111100001110010000 | c28fc3a8c3adc3bbc28fc390 |
UHC | ?????Ð | 00111111001111110011111100111111001111111010100010100010 | 3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)