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 | 荏耕??? | 10001001011000001000110101101011001111110011111100111111 | 89608d6b3f3f3f |
EUC-JP | 荏耕??? | 10110001110000011011100111001100001111110011111100111111 | b1c1b9cc3f3f3f |
UTF-8 | 荏耕歷痢롤 | 111010001000110110001111111010001000000010010101111001101010110110110111111011111010011110100101111010111010000110100100 | e88d8fe88095e6adb7efa7a5eba1a4 |
UHC | 荏耕歷痢롤 | 11101100111110111100110011101001110101011111011011101100101110001011011111010001 | ecfbcce9d5f6ecb8b7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)