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 | 鳥?奚?寥 | 1001001010111001001111111001101011110110001111111001101110001100 | 92b93f9af63f9b8c |
EUC-JP | 鳥?奚?寥 | 1100010010111011001111111101010011111000001111111101010111101100 | c4bb3fd4f83fd5ec |
UTF-8 | 鳥렗奚렔寥 | 111010011011001110100101111010111010000010010111111001011010010110011010111010111010000010010100111001011010111110100101 | e9b3a5eba097e5a59aeba094e5afa5 |
UHC | 鳥렗奚렔寥 | 11110000111010001000111010101100111110101010100010001110101010011110100011101111 | f0e88eacfaa88ea9e8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)