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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔跣縟紆泄 | 10011110101101101110011011101111111000110111010011100010111111001001111110010101 | 9eb6e6efe374e2fc9f95 |
EUC-JP | 楔跣縟紆泄 | 11011100101110001110110011110001111001011101010111100100111111101101110111110101 | dcb8ecf1e5d5e4feddf5 |
UTF-8 | 楔跣縟紆泄 | 111001101010010110010100111010001011011110100011111001111011100010011111111001111011010010000110111001101011001110000100 | e6a594e8b7a3e7b89fe7b486e6b384 |
UHC | 楔跣縟紆泄 | 11100000110110111110000011010011111010011011001011101001111000011110000011011100 | e0dbe0d3e9b2e9e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)