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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質シ | 11110000101100101000111010111111111100011110011110111100 | f0b28ebff1e7bc |
EUC-JP | ?質?シ | 001111111011110011000001001111111000111010111100 | 3fbcc13f8ebc |
UTF-8 | 質シ | 111011101000000110110001111010001011001110101010111011101000010110100010111011111011110110111100 | ee81b1e8b3aaee85a2efbdbc |
UHC | ?質?? | 0011111111110010111101010011111100111111 | 3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)