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 | ¼º¼½H | 1011110010111010101111001011110101001000 | bcbabcbd48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ?º??H | 00111111100011111010001011101011001111110011111101001000 | 3f8fa2eb3f3f48 |
UTF-8 | ¼º¼½H | 110000101011110011000010101110101100001010111100110000101011110101001000 | c2bcc2bac2bcc2bd48 |
UHC | ¼º¼½H | 101010001111100110101000101011001010100011111001101010001111011001001000 | a8f9a8aca8f9a8f648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)