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 | 0011111100111111001111110011111100111111001111110110011101101000 | 3f3f3f3f3f3f6768 |
SJIS-WIN | ???賃??gh | 001111110011111100111111100100101100000000111111001111110110011101101000 | 3f3f3f92c03f3f6768 |
EUC-JP | ???賃??gh | 001111110011111100111111110001001100001000111111001111110110011101101000 | 3f3f3fc4c23f3f6768 |
UTF-8 | 琉띄룺賃섎젘gh | 1110111110100111100011001110101110011101100001001110101110100011101110101110100010110011100000111110110010000100100011101110110010100000100110000110011101101000 | efa78ceb9d84eba3bae8b383ec848eeca0986768 |
UHC | 琉띄룺賃섎젘gh | 1110101110100100101101101110011110001111101011011110110011111100100110001110101110100000100101000110011101101000 | eba4b6e78fadecfc98eba0946768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)