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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涬痔霈 | 111110110100000110001110101001001110100010111100 | fb418ea4e8bc |
EUC-JP | 涬痔霈 | 10001111110001111100111110111100101001101111000010111110 | 8fc7cfbca6f0be |
UTF-8 | 涬痔霈 | 111001101011011010101100111001111001011110010100111010011001110010001000 | e6b6ace79794e99c88 |
UHC | ?痔? | 00111111111101101100000000111111 | 3ff6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)