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 | XMàÛ | 100110100101100010011010010011011110000011011011 | 9a589a4de0db |
SJIS-WIN | ?X?M?? | 001111110101100000111111010011010011111100111111 | 3f583f4d3f3f |
EUC-JP | ?X?MàÛ | 00111111010110000011111101001101100011111010101110100010100011111010101011100101 | 3f583f4d8faba28faae5 |
UTF-8 | XMàÛ | 11000010100110100101100011000010100110100100110111000011101000001100001110011011 | c29a58c29a4dc3a0c39b |
UHC | ?X?M?? | 001111110101100000111111010011010011111100111111 | 3f583f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)