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 | ン」 | 1111001011110010110111011111001011010101101000111111001010111111 | f2f2ddf2d5a3f2bf |
EUC-JP | ?ン?」? | 00111111100011101101110100111111100011101010001100111111 | 3f8edd3f8ea33f |
UTF-8 | ン」 | 111011101000100010101001111011111011111010011101111011101000100010001100111011111011110110100011111011101000011110110110 | ee88a9efbe9dee888cefbda3ee87b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)