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 | ¼Ïä´¼Â^ | 10111100110011111110010010110100101111001100001001011110 | bccfe4b4bcc25e |
SJIS-WIN | ???´??^ | 0011111100111111001111111000000101001100001111110011111101011110 | 3f3f3f814c3f3f5e |
EUC-JP | ?Ïä´?Â^ | 0011111110001111101010101100000110001111101010111010001110100001101011010011111110001111101010101010010001011110 | 3f8faac18faba3a1ad3f8faaa45e |
UTF-8 | ¼Ïä´¼Â^ | 11000010101111001100001110001111110000111010010011000010101101001100001010111100110000111000001001011110 | c2bcc38fc3a4c2b4c2bcc3825e |
UHC | ¼??´¼?^ | 10101000111110010011111100111111101000101010010110101000111110010011111101011110 | a8f93f3fa2a5a8f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)