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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縊k?俉?? | 111000110110111110000010100010110011111111111010011000010011111100111111 | e36f828b3ffa613f3f |
EUC-JP | 縊k?俉?? | 11100101110100001010001111101011001111111000111110110001101110110011111100111111 | e5d0a3eb3f8fb1bb3f3f |
UTF-8 | 縊k젺俉묊윘 | 111001111011100010001010111011111011110110001011111011001010000010111010111001001011111110001001111010111010110010001010111011001001110010011000 | e7b88aefbd8beca0bae4bf89ebac8aec9c98 |
UHC | 縊k젺俉묊윘 | 111001001111110010100011111010111010000010101101111001111110101110010001111001111001111110011100 | e4fca3eba0ade7eb91e79f9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)