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 | ?gh | 001111110110011101101000 | 3f6768 |
SJIS-WIN | 直gh | 10010010101111000110011101101000 | 92bc6768 |
EUC-JP | 直gh | 11000100101111100110011101101000 | c4be6768 |
UTF-8 | 直gh | 1110011110011011101101000110011101101000 | e79bb46768 |
UHC | 直gh | 11110010110000010110011101101000 | f2c16768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)