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 | ¼¿¼£P | 1011110010111111101111001010001101010000 | bcbfbca350 |
SJIS-WIN | ???£P | 001111110011111100111111100000011001001001010000 | 3f3f3f819250 |
EUC-JP | ?¿?£P | 0011111110001111101000101100010000111111101000011111001001010000 | 3f8fa2c43fa1f250 |
UTF-8 | ¼¿¼£P | 110000101011110011000010101111111100001010111100110000101010001101010000 | c2bcc2bfc2bcc2a350 |
UHC | ¼¿¼?P | 1010100011111001101000101010111110101000111110010011111101010000 | a8f9a2afa8f93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)