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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ニゥ\ | 11110000111010111100011011110000101101001010100101011100 | f0ebc6f0b4a95c |
EUC-JP | ?ニ?ゥ\ | 00111111100011101100011000111111100011101010100101011100 | 3f8ec63f8ea95c |
UTF-8 | ニゥ\ | 11101110100000101010101011101111101111101000011011101110100000011011001111101111101111011010100101011100 | ee82aaefbe86ee81b3efbda95c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)