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 | 調?△沚 | 10010010101100100011111110000001101000101001111110001101 | 92b23f81a29f8d |
EUC-JP | 調?△沚 | 11000100101101000011111110100010101001001101110111101101 | c4b43fa2a4dded |
UTF-8 | 調쇰△沚 | 111010001010101010111111111011001000011110110000111000101001011010110011111001101011001010011010 | e8aabfec87b0e296b3e6b29a |
UHC | 調쇰△沚 | 1111000011100000101111001110101110100001111000101111001010101111 | f0e0bceba1e2f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)