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 | ?夭拔閥 | 00111111100110101110111010011101010101011001010010110100 | 3f9aee9d5594b4 |
EUC-JP | ?夭拔閥 | 00111111110101001111000011011001101101101100100010110110 | 3fd4f0d9b6c8b6 |
UTF-8 | 뤵夭拔閥 | 111010111010010010110101111001011010010010101101111001101000101110010100111010011001011010100101 | eba4b5e5a4ade68b94e996a5 |
UHC | 뤵夭拔閥 | 1000111111100011111010001110110011011010111110111101101111101100 | 8fe3e8ecdafbdbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)