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 | 扇箱扇跣 | 1001000011101110100101001010000010010000111011101110011011101111 | 90ee94a090eee6ef |
EUC-JP | 扇箱扇跣 | 1100000011110000110010001010001011000000111100001110110011110001 | c0f0c8a2c0f0ecf1 |
UTF-8 | 扇箱扇跣 | 111001101000100110000111111001111010111010110001111001101000100110000111111010001011011110100011 | e68987e7aeb1e68987e8b7a3 |
UHC | 扇箱扇跣 | 1110000010111111110111111101010111100000101111111110000011010011 | e0bfdfd5e0bfe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)