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 | 謚シ蝌ッ霆 | 1110011010001010101111001110010110011000101011111110100010111011 | e68abce598afe8bb |
EUC-JP | 謚シ蝌ッ霆 | 11101011111010101000111010111100111010011111100010001110101011111111000010111101 | ebea8ebce9f88eaff0bd |
UTF-8 | 謚シ蝌ッ霆 | 111010001010110010011010111011111011110110111100111010001001110110001100111011111011110110101111111010011001110010000110 | e8ac9aefbdbce89d8cefbdafe99c86 |
UHC | 謚???霆 | 11101100110100000011111100111111001111111110111111111101 | ecd03f3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)