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 | 姚襄? | 1001101101001100111001011111010100111111 | 9b4ce5f53f |
EUC-JP | 姚襄? | 1101010110101101111010101111011100111111 | d5adeaf73f |
UTF-8 | 姚襄셀 | 111001011010011110011010111010001010010110000100111011001000010110000000 | e5a79ae8a584ec8580 |
UHC | 姚襄셀 | 111010001110111011100101110100011011110010111111 | e8eee5d1bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)