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 | 衆?蟹?衆 | 1000111101001111001111111000101001001001001111111000111101001111 | 8f4f3f8a493f8f4f |
EUC-JP | 衆?蟹?衆 | 1011110110110000001111111011001110101010001111111011110110110000 | bdb03fb3aa3fbdb0 |
UTF-8 | 衆렲蟹렰衆 | 111010001010000110000110111010111010000010110010111010001001111110111001111010111010000010110000111010001010000110000110 | e8a186eba0b2e89fb9eba0b0e8a186 |
UHC | 衆렲蟹렰衆 | 11110001111010111000111010111111111110101010111110001110101111011111000111101011 | f1eb8ebffaaf8ebdf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)