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 | 1110001011001000100111011011110101010000 | e2c89dbd50 |
EUC-JP | 篳攷P | 1110010011001010110110101011111101010000 | e4cadabf50 |
UTF-8 | 篳攷P | 11100111101011111011001111100110100101001011011101010000 | e7afb3e694b750 |
UHC | ?攷P | 00111111110011011011100101010000 | 3fcdb950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)