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 | 頷懷調褞 | 1110100011110101100111001110010110010010101100101110010111110000 | e8f59ce592b2e5f0 |
EUC-JP | 頷懷調褞 | 1111000011110111110110001110011111000100101101001110101011110010 | f0f7d8e7c4b4eaf2 |
UTF-8 | 頷懷調褞 | 111010011010000010110111111001101000011110110111111010001010101010111111111010001010010010011110 | e9a0b7e687b7e8aabfe8a49e |
UHC | ?懷調? | 001111111111110011100011111100001110000000111111 | 3ffce3f0e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)