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 | 10011100100111100011111101010000 | 9c9e3f50 |
EUC-JP | 悚?P | 11010111111111100011111101010000 | d7fe3f50 |
UTF-8 | 悚鐥P | 11100110100000101001101011101001100100001010010101010000 | e6829ae990a550 |
UHC | 悚鐥P | 1110000111100101111000001101011001010000 | e1e5e0d650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)