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 | 旭?低緞 | 10001000101011100011111110010010111000011110001101101010 | 88ae3f92e1e36a |
EUC-JP | 旭?低緞 | 10110000101100000011111111000100111000111110010111001011 | b0b03fc4e3e5cb |
UTF-8 | 旭렔低緞 | 111001101001011110101101111010111010000010010100111001001011110110001110111001111011011110011110 | e697adeba094e4bd8ee7b79e |
UHC | 旭렔低緞 | 1110100111101111100011101010100111101110101110001101001110110000 | e9ef8ea9eeb8d3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)