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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 盛?}盛?{^ | 100100001011011100111111011111011001000010110111001111110111101101011110 | 90b73f7d90b73f7b5e |
EUC-JP | 盛?}盛?{^ | 110000001011100100111111011111011100000010111001001111110111101101011110 | c0b93f7dc0b93f7b5e |
UTF-8 | 盛댢}盛댢{^ | 111001111001101110011011111010111000110010100010011111011110011110011011100110111110101110001100101000100111101101011110 | e79b9beb8ca27de79b9beb8ca27b5e |
UHC | 盛댢}盛댢{^ | 1110000011111100100010001100010101111101111000001111110010001000110001010111101101011110 | e0fc88c57de0fc88c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)