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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 漆痔P | 1000111010111101100011101010010001010000 | 8ebd8ea450 |
EUC-JP | 漆痔P | 1011110010111111101111001010011001010000 | bcbfbca650 |
UTF-8 | 漆痔P | 11100110101111001000011011100111100101111001010001010000 | e6bc86e7979450 |
UHC | 漆痔P | 1111011011010100111101101100000001010000 | f6d4f6c050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)