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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終蝎?怨 | 10001111010010011110010110011001001111111000100110000101 | 8f49e5993f8985 |
EUC-JP | 終蝎?怨 | 10111101101010101110100111111001001111111011000111100101 | bdaae9f93fb1e5 |
UTF-8 | 終蝎횟怨 | 111001111011010110000010111010001001110110001110111011011001101010011111111001101000000010101000 | e7b582e89d8eed9a9fe680a8 |
UHC | 終蝎횟怨 | 1111000011111011110010101110100111001000101111011110101010110011 | f0fbcae9c8bdeab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)