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 | ñ°à | 110000111011000111000010101100001100001110001111 | c3b1c2b0c38f |
SJIS-WIN | ?±?°?? | 0011111110000001011111010011111110000001100010110011111100111111 | 3f817d3f818b3f3f |
EUC-JP | ñ°� | 1000111110101010101010101010000111011110100011111010101010100100101000011110101110001111101010101010101000111111 | 8faaaaa1de8faaa4a1eb8faaaa3f |
UTF-8 | ñ°à | 110000111000001111000010101100011100001110000010110000101011000011000011100000111100001010001111 | c383c2b1c382c2b0c383c28f |
UHC | ?±?°?? | 0011111110100001101111100011111110100001110001100011111100111111 | 3fa1be3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)