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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 藥??雅?y\ | 111001010101101000111111001111111000100111101011001111110111100101011100 | e55a3f3f89eb3f795c |
EUC-JP | 藥??雅?y\ | 111010011011101100111111001111111011001011101101001111110111100101011100 | e9bb3f3fb2ed3f795c |
UTF-8 | 藥먦굩雅잹y\ | 1110100010010111101001011110101110101000101001101110101010110101101010011110100110011011100001011110110010011110101110010111100101011100 | e897a5eba8a6eab5a9e99b85ec9eb9795c |
UHC | 藥먦굩雅잹y\ | 111001011011011110010000111000111000001010001111111001001011101010100000010000100111100101011100 | e5b790e3828fe4baa042795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)