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 | MàÛ | 10011010010011011110000011011011 | 9a4de0db |
SJIS-WIN | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
EUC-JP | ?MàÛ | 0011111101001101100011111010101110100010100011111010101011100101 | 3f4d8faba28faae5 |
UTF-8 | MàÛ | 11000010100110100100110111000011101000001100001110011011 | c29a4dc3a0c39b |
UHC | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)