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 | ?????c] | 00111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f635d |
SJIS-WIN | 禎?o瀞?c] | 10010010111101010011111110000010100011111001001111010010001111110110001101011101 | 92f53f828f93d23f635d |
EUC-JP | 禎?o瀞?c] | 11000100111101110011111110100011111011111100011011010100001111110110001101011101 | c4f73fa3efc6d43f635d |
UTF-8 | 禎꿨o瀞렚c] | 1110011110100110100011101110101010111111101010001110111110111101100011111110011110000000100111101110101110100000100110100110001101011101 | e7a68eeabfa8efbd8fe7809eeba09a635d |
UHC | 禎꿨o瀞렚c] | 111011111110111010110010111001011010001111101111111011111110011110001110101011010110001101011101 | efeeb2e5a3efefe78ead635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)