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 | 1000111010110000100011101101101001010000 | 8eb08eda50 |
EUC-JP | 鴫尺P | 1011110010110010101111001101110001010000 | bcb2bcdc50 |
UTF-8 | 鴫尺P | 11101001101101001010101111100101101100001011101001010000 | e9b4abe5b0ba50 |
UHC | ?尺P | 00111111111101001010100101010000 | 3ff4a950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)