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 | éä¾¶^ | 11101001100001111000111011100100101111101011011001011110 | e9878ee4beb65e |
SJIS-WIN | ?????¶^ | 0011111100111111001111110011111100111111100000011111011101011110 | 3f3f3f3f3f81f75e |
EUC-JP | é??ä?¶^ | 100011111010101110110001001111110011111110001111101010111010001100111111101000101111100101011110 | 8fabb13f3f8faba33fa2f95e |
UTF-8 | éä¾¶^ | 11000011101010011100001010000111110000101000111011000011101001001100001010111110110000101011011001011110 | c3a9c287c28ec3a4c2bec2b65e |
UHC | ????¾¶^ | 001111110011111100111111001111111010100011111010101000101101001001011110 | 3f3f3f3fa8faa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)