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 | 鴆汐炅 | 111010011110111110001110101011001111101101010001 | e9ef8eacfb51 |
EUC-JP | 鴆汐炅 | 11110010111100011011110010101110100011111100100111001010 | f2f1bcae8fc9ca |
UTF-8 | 鴆汐炅 | 111010011011010010000110111001101011000110010000111001111000001010000101 | e9b486e6b190e78285 |
UHC | ?汐炅 | 0011111111100000101100011100110011011101 | 3fe0b1ccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)