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 | ?簒炸刃咐 | 001111111001100111010011111000000111100110010000011011101001100111110011 | 3f99d3e079906e99f3 |
EUC-JP | ?簒炸刃咐 | 001111111101001011010101110111111101101010111111110011111101001011110101 | 3fd2d5dfdabfcfd2f5 |
UTF-8 | 뤴簒炸刃咐 | 111010111010010010110100111001111011000010010010111001111000001010111000111001011000100010000011111001011001001010010000 | eba4b4e7b092e782b8e58883e59290 |
UHC | 뤴簒炸刃咐 | 10001111111000101111001111000010111011011100100011101100110100111101110011111011 | 8fe2f3c2edc8ecd3dcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)