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 | è¢ç°½ | 111010001001000110100010111001111011000010111101 | e891a2e7b0bd |
SJIS-WIN | ??¢?°? | 0011111100111111100000011001000100111111100000011000101100111111 | 3f3f81913f818b3f |
EUC-JP | �� | 100011111010101110110010001111111010000111110001100011111010101110101110101000011110101100111111 | 8fabb23fa1f18fabaea1eb3f |
UTF-8 | è¢ç°½ | 110000111010100011000010100100011100001010100010110000111010011111000010101100001100001010111101 | c3a8c291c2a2c3a7c2b0c2bd |
UHC | ????°½ | 0011111100111111001111110011111110100001110001101010100011110110 | 3f3f3f3fa1c6a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)