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 | û¡±To | 111110111010000110001110101100010101010001101111 | fba18eb1546f |
SJIS-WIN | ???±To | 00111111001111110011111110000001011111010101010001101111 | 3f3f3f817d546f |
EUC-JP | û¡?±To | 1000111110101011111001011000111110100010110000100011111110100001110111100101010001101111 | 8fabe58fa2c23fa1de546f |
UTF-8 | û¡±To | 11000011101110111100001010100001110000101000111011000010101100010101010001101111 | c3bbc2a1c28ec2b1546f |
UHC | ?¡?±To | 0011111110100010101011100011111110100001101111100101010001101111 | 3fa2ae3fa1be546f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)