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 | 終蝎?梯 | 10001111010010011110010110011001001111111001001011110010 | 8f49e5993f92f2 |
EUC-JP | 終蝎?梯 | 10111101101010101110100111111001001111111100010011110100 | bdaae9f93fc4f4 |
UTF-8 | 終蝎깥梯 | 111001111011010110000010111010001001110110001110111010101011100110100101111001101010001010101111 | e7b582e89d8eeab9a5e6a2af |
UHC | 終蝎깥梯 | 1111000011111011110010101110100110110001111110011111000010101100 | f0fbcae9b1f9f0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)