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 | 100011111110010010100110101111001011011001010000 | 8fe4a6bcb650 |
SJIS-WIN | ????¶P | 00111111001111110011111100111111100000011111011101010000 | 3f3f3f3f81f750 |
EUC-JP | ?ä¦?¶P | 0011111110001111101010111010001110001111101000101100001100111111101000101111100101010000 | 3f8faba38fa2c33fa2f950 |
UTF-8 | 䦼¶P | 1100001010001111110000111010010011000010101001101100001010111100110000101011011001010000 | c28fc3a4c2a6c2bcc2b650 |
UHC | ???¼¶P | 0011111100111111001111111010100011111001101000101101001001010000 | 3f3f3fa8f9a2d250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)