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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 毎£椣BF | 1001011010001000100000011001001010011110101011100100001001000110 | 968881929eae4246 |
EUC-JP | 毎£椣BF | 1100101111101000101000011111001011011100101100000100001001000110 | cbe8a1f2dcb04246 |
UTF-8 | 毎£椣BF | 1110011010101111100011101110111110111111101000011110011010100100101000110100001001000110 | e6af8eefbfa1e6a4a34246 |
UHC | ?£?BF | 001111111010000111001100001111110100001001000110 | 3fa1cc3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)