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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | 藥??雅?yB | 111001010101101000111111001111111000100111101011001111110111100101000010 | e55a3f3f89eb3f7942 |
EUC-JP | 藥??雅?yB | 111010011011101100111111001111111011001011101101001111110111100101000010 | e9bb3f3fb2ed3f7942 |
UTF-8 | 藥먦굩雅괔yB | 1110100010010111101001011110101110101000101001101110101010110101101010011110100110011011100001011110101010110100100101000111100101000010 | e897a5eba8a6eab5a9e99b85eab4947942 |
UHC | 藥먦굩雅괔yB | 111001011011011110010000111000111000001010001111111001001011101010000010010000010111100101000010 | e5b790e3828fe4ba82417942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)