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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 自璽耳汐^ | 100011101010100110001110101000111000111010101000100011101010110001011110 | 8ea98ea38ea88eac5e |
EUC-JP | 自璽耳汐^ | 101111001010101110111100101001011011110010101010101111001010111001011110 | bcabbca5bcaabcae5e |
UTF-8 | 自璽耳汐^ | 11101000100001111010101011100111100100101011110111101000100000001011001111100110101100011001000001011110 | e887aae792bde880b3e6b1905e |
UHC | 自璽耳汐^ | 111011011011101111011111110111101110110010111100111000001011000101011110 | edbbdfdeecbce0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)