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 | Õ¤Ýø | 11010101101001001101110111111000 | d5a4ddf8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Õ¤Ýø | 100011111010101011011000100011111010001011110000100011111010101011110010100011111010100111001100 | 8faad88fa2f08faaf28fa9cc |
UTF-8 | Õ¤Ýø | 1100001110010101110000101010010011000011100111011100001110111000 | c395c2a4c39dc3b8 |
UHC | ?¤?ø | 001111111010001010110100001111111010100110101010 | 3fa2b43fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)