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 | ÒýÝÜ^ | 1101001011111101110111011101110001011110 | d2fddddc5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÒýÝÜ^ | 10001111101010101101001010001111101010111111001010001111101010101111001010001111101010101110010001011110 | 8faad28fabf28faaf28faae45e |
UTF-8 | ÒýÝÜ^ | 110000111001001011000011101111011100001110011101110000111001110001011110 | c392c3bdc39dc39c5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)