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 | Òè`Ò | 1000111111010010100110111110100010011101011000001000111111010010 | 8fd29be89d608fd2 |
SJIS-WIN | ?????`?? | 0011111100111111001111110011111100111111011000000011111100111111 | 3f3f3f3f3f603f3f |
EUC-JP | ?Ò?è?`?Ò | 0011111110001111101010101101001000111111100011111010101110110010001111110110000000111111100011111010101011010010 | 3f8faad23f8fabb23f603f8faad2 |
UTF-8 | Òè`Ò | 110000101000111111000011100100101100001010011011110000111010100011000010100111010110000011000010100011111100001110010010 | c28fc392c29bc3a8c29d60c28fc392 |
UHC | ?????`?? | 0011111100111111001111110011111100111111011000000011111100111111 | 3f3f3f3f3f603f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)