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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?e?扼 | 001111111000001010000101001111111001110101001110 | 3f82853f9d4e |
EUC-JP | ?e?扼 | 001111111010001111100101001111111101100110101111 | 3fa3e53fd9af |
UTF-8 | 緣e텭扼 | 111001111011011110100011111011111011110110000101111011011000010110101101111001101000100110111100 | e7b7a3efbd85ed85ade689bc |
UHC | 緣e텭扼 | 1110011011011110101000111110010110110110101000001110010011111001 | e6dea3e5b6a0e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)