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 | 辜壌档岦滓 | 11100111100000111000111111101011100111101000001111111010101011001001111111100110 | e7838feb9e83faac9fe6 |
EUC-JP | 辜壌档岦滓 | 1110110111100011101111101110110111011011111000111000111110111011101100111101111011101000 | ede3beeddbe38fbbb3dee8 |
UTF-8 | 辜壌档岦滓 | 111010001011111010011100111001011010001110001100111001101010000110100011111001011011001010100110111001101011101110010011 | e8be9ce5a38ce6a1a3e5b2a6e6bb93 |
UHC | 辜???滓 | 11001101110100000011111100111111001111111110111010101011 | cdd03f3f3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)