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 | ý¤Ù´×å | 111111011010010011011001101101001101011111100101 | fda4d9b4d7e5 |
SJIS-WIN | ???´×? | 0011111100111111001111111000000101001100100000010111111000111111 | 3f3f3f814c817e3f |
EUC-JP | ý¤Ù´×å | 10001111101010111111001010001111101000101111000010001111101010101110001110100001101011011010000111011111100011111010101110101001 | 8fabf28fa2f08faae3a1ada1df8faba9 |
UTF-8 | ý¤Ù´×å | 110000111011110111000010101001001100001110011001110000101011010011000011100101111100001110100101 | c3bdc2a4c399c2b4c397c3a5 |
UHC | ?¤?´×? | 001111111010001010110100001111111010001010100101101000011011111100111111 | 3fa2b43fa2a5a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)