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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 穩喊穩喊^ | 111000100111001010011010010111101110001001110010100110100101111001011110 | e2729a5ee2729a5e5e |
EUC-JP | 穩喊穩喊^ | 111000111101001111010011101111111110001111010011110100111011111101011110 | e3d3d3bfe3d3d3bf5e |
UTF-8 | 穩喊穩喊^ | 11100111101010011010100111100101100101101000101011100111101010011010100111100101100101101000101001011110 | e7a9a9e5968ae7a9a9e5968a5e |
UHC | 穩喊穩喊^ | 111010001011000111111001111000101110100010110001111110011110001001011110 | e8b1f9e2e8b1f9e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)