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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愈輕??? | 10010110111110101110011101101010001111110011111100111111 | 96fae76a3f3f3f |
EUC-JP | 愈輕??? | 11001100111111001110110111001011001111110011111100111111 | ccfcedcb3f3f3f |
UTF-8 | 愈輕렋ㅾ렕 | 111001101000010010001000111010001011110010010101111010111010000010001011111000111000010110111110111010111010000010010101 | e68488e8bc95eba08be385beeba095 |
UHC | 愈輕렋ㅾ렕 | 11101010111011111100110011101110100011101010001010100100111011101000111010101010 | eaefccee8ea2a4ee8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)