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 | 謳悶蒔竇ア | 111001101001000010010110111000111000111010101010111000101000010110110001 | e69096e38eaae285b1 |
EUC-JP | 謳悶蒔竇ア | 11101011111100001100110011100101101111001010110011100011111001011000111010110001 | ebf0cce5bcace3e58eb1 |
UTF-8 | 謳悶蒔竇ア | 111010001010110010110011111001101000001010110110111010001001001010010100111001111010101110000111111011111011110110110001 | e8acb3e682b6e89294e7ab87efbdb1 |
UHC | 謳悶蒔竇? | 110011111100010011011010101111111110001111001000110101001110010000111111 | cfc4dabfe3c8d4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)