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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 癆°6羞 | 1110000110010100100000011000101110000010010101011110001110110101 | e194818b8255e3b5 |
EUC-JP | 癆°6羞 | 1110000111110100101000011110101110100011101101101110011010110111 | e1f4a1eba3b6e6b7 |
UTF-8 | 癆°6羞 | 1110011110011001100001101100001010110000111011111011110010010110111001111011111010011110 | e79986c2b0efbc96e7be9e |
UHC | ?°6羞 | 00111111101000011100011010100011101101101110001010111010 | 3fa1c6a3b6e2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)