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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 珀雎[珀雎[^ | 1110000011011111111010001011000101011011111000001101111111101000101100010101101101011110 | e0dfe8b15be0dfe8b15b5e |
EUC-JP | 珀雎[珀雎[^ | 1110000011100001111100001011001101011011111000001110000111110000101100110101101101011110 | e0e1f0b35be0e1f0b35b5e |
UTF-8 | 珀雎[珀雎[^ | 111001111000111110000000111010011001101110001110010110111110011110001111100000001110100110011011100011100101101101011110 | e78f80e99b8e5be78f80e99b8e5b5e |
UHC | 珀雎[珀雎[^ | 1101101011010110111011101101000101011011110110101101011011101110110100010101101101011110 | dad6eed15bdad6eed15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)