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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 彗??兄?\ | 1001110001100001001111110011111110001100010110100011111101011100 | 9c613f3f8c5a3f5c |
EUC-JP | 彗??兄?\ | 1101011111000010001111110011111110110111101110110011111101011100 | d7c23f3fb7bb3f5c |
UTF-8 | 彗뚲궙兄췙\ | 11100101101111011001011111101011100110101011001011101010101101101001100111100101100001011000010011101100101101111001100101011100 | e5bd97eb9ab2eab699e58584ecb7995c |
UHC | 彗뚲궙兄췙\ | 1111101110110010100011001110111010000010101011101111101011111100101011100101001001011100 | fbb28cee82aefafcae525c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)