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 | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
SJIS-WIN | 篠宍偲璽`B | 10001110110000101000111010110011100011101100001110001110101000110110000001000010 | 8ec28eb38ec38ea36042 |
EUC-JP | 篠宍偲璽`B | 10111100110001001011110010110101101111001100010110111100101001010110000001000010 | bcc4bcb5bcc5bca56042 |
UTF-8 | 篠宍偲璽`B | 1110011110101111101000001110010110101110100011011110010110000001101100101110011110010010101111010110000001000010 | e7afa0e5ae8de581b2e792bd6042 |
UHC | 篠??璽`B | 1110000111000110001111110011111111011111110111100110000001000010 | e1c63f3fdfde6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)