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 | 晶ウ辞爾 | 100011111011101111111001111010001011001110001110101010111000111010100010 | 8fbbf9e8b38eab8ea2 |
EUC-JP | 晶?ウ辞爾 | 101111101011110100111111100011101011001110111100101011011011110010100100 | bebd3f8eb3bcadbca4 |
UTF-8 | 晶ウ辞爾 | 111001101001100110110110111011101001110110000011111011111011110110110011111010001011111010011110111001111000100010111110 | e699b6ee9d83efbdb3e8be9ee788be |
UHC | 晶???爾 | 11101111110111000011111100111111001111111110110010110011 | efdc3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)