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 | âþà | 110000111010001011000011101111101100001110001011 | c3a2c3bec38b |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | � | 10001111101010101010101010100001111100011000111110101010101010100011111110001111101010101010101000111111 | 8faaaaa1f18faaaa3f8faaaa3f |
UTF-8 | âþà | 110000111000001111000010101000101100001110000011110000101011111011000011100000111100001010001011 | c383c2a2c383c2bec383c28b |
UHC | ???¾?? | 00111111001111110011111110101000111110100011111100111111 | 3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)