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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈旧烏踐ъ | 11100110101011111000101110001100100010010100011111100110111101101000010010001100 | e6af8b8c8947e6f6848c |
EUC-JP | 豈旧烏踐ъ | 11101100101100011011010111101100101100011010100011101100111110001010011111101100 | ecb1b5ecb1a8ecf8a7ec |
UTF-8 | 豈旧烏踐ъ | 1110100010110001100010001110011010010111101001111110011110000011100011111110100010111000100100001101000110001010 | e8b188e697a7e7838fe8b890d18a |
UHC | 豈?烏踐ъ | 110100011100001000111111111010001010000111110100110000101010110011101100 | d1c23fe8a1f4c2acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)