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] | 111011101011010010001110101100100101000101011101 | eeb48eb2515d |
SJIS-WIN | ?´??Q] | 00111111100000010100110000111111001111110101000101011101 | 3f814c3f3f515d |
EUC-JP | î´??Q] | 100011111010101111000010101000011010110100111111001111110101000101011101 | 8fabc2a1ad3f3f515d |
UTF-8 | î´²Q] | 11000011101011101100001010110100110000101000111011000010101100100101000101011101 | c3aec2b4c28ec2b2515d |
UHC | ?´?²Q] | 0011111110100010101001010011111110101001111101110101000101011101 | 3fa2a53fa9f7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)