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 | èíÀÎ^ | 100011111110100011101101110000001100111001011110 | 8fe8edc0ce5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?èíÀÎ^ | 0011111110001111101010111011001010001111101010111011111110001111101010101010001010001111101010101100001001011110 | 3f8fabb28fabbf8faaa28faac25e |
UTF-8 | èíÀÎ^ | 1100001010001111110000111010100011000011101011011100001110000000110000111000111001011110 | c28fc3a8c3adc380c38e5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)