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 | 畏??映? | 10001000110110000011111100111111100010010110011000111111 | 88d83f3f89663f |
EUC-JP | 畏??映? | 10110000110110100011111100111111101100011100011100111111 | b0da3f3fb1c73f |
UTF-8 | 畏딂뮡映쁊 | 111001111001010110001111111010111001010010000010111010111010111010100001111001101001100010100000111011001000000110001010 | e7958feb9482ebaea1e698a0ec818a |
UHC | 畏딂뮡映쁊 | 11101000111001101000101011101000100100101010110111100111101100011001100001001011 | e8e68ae892ade7b1984b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)