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 | 帽o | 11100101101110001011110101101111 | e5b8bd6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | �o | 1000111110101011101010011000111110100010101100010011111101101111 | 8faba98fa2b13f6f |
UTF-8 | 帽o | 11000011101001011100001010111000110000101011110101101111 | c3a5c2b8c2bd6f |
UHC | ?¸½o | 001111111010001010101100101010001111011001101111 | 3fa2aca8f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)