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 | 邀夜ァ募ー | 1110011110110001100101101110100110100111100101011110010110110000 | e7b196e9a795e5b0 |
EUC-JP | 邀夜ァ募ー | 11101110101100111100110011101011100011101010011111001010111001111000111010110000 | eeb3cceb8ea7cae78eb0 |
UTF-8 | 邀夜ァ募ー | 111010011000001010000000111001011010010010011100111011111011110110100111111001011000101110011111111011111011110110110000 | e98280e5a49cefbda7e58b9fefbdb0 |
UHC | 邀夜?募? | 1110100110101101111001011010100000111111110110011011010000111111 | e9ade5a83fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)