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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ?夏幀粗h | 0011111110001001110001001001101111101010100100010110010101101000 | 3f89c49bea916568 |
EUC-JP | ?夏幀粗h | 0011111110110010110001101101011011101100110000011100011001101000 | 3fb2c6d6ecc1c668 |
UTF-8 | 뤋夏幀粗h | 11101011101001001000101111100101101001001000111111100101101110011000000011100111101100101001011101101000 | eba48be5a48fe5b980e7b29768 |
UHC | 뤋夏幀粗h | 100011111011101111111001101111101110111111010011111100001101100001101000 | 8fbbf9beefd3f0d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)