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 | Í®ïùÑøB | 11001101101011101110111111111001110100011111100001000010 | cdaeeff9d1f842 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | Í®ïùÑøB | 10001111101010101011111110001111101000101110111010001111101010111100000110001111101010111110001110001111101010101101000010001111101010011100110001000010 | 8faabf8fa2ee8fabc18fabe38faad08fa9cc42 |
UTF-8 | Í®ïùÑøB | 11000011100011011100001010101110110000111010111111000011101110011100001110010001110000111011100001000010 | c38dc2aec3afc3b9c391c3b842 |
UHC | ?®???øB | 001111111010001011100111001111110011111100111111101010011010101001000010 | 3fa2e73f3f3fa9aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)