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 | ?O}?O{^ | 00111111010011110111110100111111010011110111101101011110 | 3f4f7d3f4f7b5e |
SJIS-WIN | ?O}?O{^ | 00111111010011110111110100111111010011110111101101011110 | 3f4f7d3f4f7b5e |
EUC-JP | ?O}?O{^ | 00111111010011110111110100111111010011110111101101011110 | 3f4f7d3f4f7b5e |
UTF-8 | 쉃O}쉃O{^ | 1110110010001001100000110100111101111101111011001000100110000011010011110111101101011110 | ec89834f7dec89834f7b5e |
UHC | 쉃O}쉃O{^ | 100110100101100001001111011111011001101001011000010011110111101101011110 | 9a584f7d9a584f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)