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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈旧Н | 111001101010111110001011100011001000010001001110 | e6af8b8c844e |
EUC-JP | 豈旧Н | 111011001011000110110101111011001010011110101111 | ecb1b5eca7af |
UTF-8 | 豈旧Н | 1110100010110001100010001110011010010111101001111101000010011101 | e8b188e697a7d09d |
UHC | 豈?Н | 1101000111000010001111111010110010101111 | d1c23facaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)