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 | Ùàø | 11011001101011011110000011111000 | d9ade0f8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ù?àø | 10001111101010101110001100111111100011111010101110100010100011111010100111001100 | 8faae33f8faba28fa9cc |
UTF-8 | Ùàø | 1100001110011001110000101010110111000011101000001100001110111000 | c399c2adc3a0c3b8 |
UHC | ??ø | 001111111010000110101001001111111010100110101010 | 3fa1a93fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)