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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 靜?璋?奬? | 111010001100111000111111111000001111011000111111100110101111101100111111 | e8ce3fe0f63f9afb3f |
EUC-JP | 靜?璋?奬? | 111100001101000000111111111000001111100000111111110101001111110100111111 | f0d03fe0f83fd4fd3f |
UTF-8 | 靜렧璋렭奬렍 | 111010011001110110011100111010111010000010100111111001111001001010001011111010111010000010101101111001011010010110101100111010111010000010001101 | e99d9ceba0a7e7928beba0ade5a5aceba08d |
UHC | 靜렧璋렭奬렍 | 111100001010000110001110101101101110110111110000100011101011101011101101111000011000111010100011 | f0a18eb6edf08ebaede18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)