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] | 101111001101101110111100101100010101000101011101 | bcdbbcb1515d |
SJIS-WIN | ???±Q] | 00111111001111110011111110000001011111010101000101011101 | 3f3f3f817d515d |
EUC-JP | ?Û?±Q] | 001111111000111110101010111001010011111110100001110111100101000101011101 | 3f8faae53fa1de515d |
UTF-8 | ¼Û¼±Q] | 11000010101111001100001110011011110000101011110011000010101100010101000101011101 | c2bcc39bc2bcc2b1515d |
UHC | ¼?¼±Q] | 101010001111100100111111101010001111100110100001101111100101000101011101 | a8f93fa8f9a1be515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)