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 | Â`Â~ | 110000101000101101100000110000101001010101111110 | c28b60c2957e |
SJIS-WIN | ??`??~ | 001111110011111101100000001111110011111101111110 | 3f3f603f3f7e |
EUC-JP | Â?`Â?~ | 10001111101010101010010000111111011000001000111110101010101001000011111101111110 | 8faaa43f608faaa43f7e |
UTF-8 | Â`Â~ | 11000011100000101100001010001011011000001100001110000010110000101001010101111110 | c382c28b60c382c2957e |
UHC | ??`??~ | 001111110011111101100000001111110011111101111110 | 3f3f603f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)