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 | ス | 1011110111110010101111011111001001000010 | bdf2bdf242 |
EUC-JP | ス?? | 10001110101111010011111100111111 | 8ebd3f3f |
UTF-8 | ス | 111011111011110110111101111011101000011110110100111011101000010110111010 | efbdbdee87b4ee85ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)