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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謝焦ァ廠 | 10001110110100111000111111000101101001111000111110110001 | 8ed38fc5a78fb1 |
EUC-JP | 謝焦ァ廠 | 1011110011010101101111101100011110001110101001111011111010110011 | bcd5bec78ea7beb3 |
UTF-8 | 謝焦ァ廠 | 111010001010110010011101111001111000010010100110111011111011110110100111111001011011101110100000 | e8ac9de784a6efbda7e5bba0 |
UHC | 謝焦?廠 | 11011110111100111111010110100101001111111111001111011111 | def3f5a53ff3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)