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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 摯移辰 | 100111011001010110001000110110101001001001000011 | 9d9588da9243 |
EUC-JP | 摯移辰 | 110110011111010110110000110111001100001110100100 | d9f5b0dcc3a4 |
UTF-8 | 摯移辰 | 111001101001000110101111111001111010011110111011111010001011111010110000 | e691afe7a7bbe8beb0 |
UHC | 摯移辰 | 111100101010011111101100101110011111001011100011 | f2a7ecb9f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)