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 | Q] | 111011101011101010001110101100010101000101011101 | eeba8eb1515d |
SJIS-WIN | ???±Q] | 00111111001111110011111110000001011111010101000101011101 | 3f3f3f817d515d |
EUC-JP | îº?±Q] | 1000111110101011110000101000111110100010111010110011111110100001110111100101000101011101 | 8fabc28fa2eb3fa1de515d |
UTF-8 | Q] | 11000011101011101100001010111010110000101000111011000010101100010101000101011101 | c3aec2bac28ec2b1515d |
UHC | ?º?±Q] | 0011111110101000101011000011111110100001101111100101000101011101 | 3fa8ac3fa1be515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)