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 | 調?蹈錚 | 10010010101100100011111111100111010001001110100001000010 | 92b23fe744e842 |
EUC-JP | 調?蹈錚 | 11000100101101000011111111101101101001011110111110100011 | c4b43feda5efa3 |
UTF-8 | 調쮸蹈錚 | 111010001010101010111111111011001010111010111000111010001011100110001000111010011000110010011010 | e8aabfecaeb8e8b988e98c9a |
UHC | 調쮸蹈錚 | 1111000011100000110000101110100111010100101100001110111010110110 | f0e0c2e9d4b0eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)