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 | 1000111110101011111001010101100101010000 | 8fabe55950 |
EUC-JP | 将藝P | 1011111010101101111010011011101001010000 | beade9ba50 |
UTF-8 | 将藝P | 11100101101100001000011011101000100101111001110101010000 | e5b086e8979d50 |
UHC | ?藝P | 00111111111001111101110101010000 | 3fe7dd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)