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 | 1011110010111111101111001011000101010000 | bcbfbcb150 |
SJIS-WIN | ???±P | 001111110011111100111111100000010111110101010000 | 3f3f3f817d50 |
EUC-JP | ?¿?±P | 0011111110001111101000101100010000111111101000011101111001010000 | 3f8fa2c43fa1de50 |
UTF-8 | ¼¿¼±P | 110000101011110011000010101111111100001010111100110000101011000101010000 | c2bcc2bfc2bcc2b150 |
UHC | ¼¿¼±P | 101010001111100110100010101011111010100011111001101000011011111001010000 | a8f9a2afa8f9a1be50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)