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 | 靜?鼎?莊? | 111010001100111000111111100100110100001100111111111001001011010100111111 | e8ce3f93433fe4b53f |
EUC-JP | 靜?鼎?莊? | 111100001101000000111111110001011010010000111111111010001011011100111111 | f0d03fc5a43fe8b73f |
UTF-8 | 靜렡鼎렟莊젓 | 111010011001110110011100111010111010000010100001111010011011110010001110111010111010000010011111111010001000111010001010111011001010000010010011 | e99d9ceba0a1e9bc8eeba09fe88e8aeca093 |
UHC | 靜렡鼎렟莊젓 | 111100001010000110001110101100101111000010100011100011101011000011101101111101101100000110100011 | f0a18eb2f0a38eb0edf6c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)