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 | ??????vB | 0011111100111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f3f7642 |
SJIS-WIN | ?????∫vB | 001111110011111100111111001111110011111110000001111001110111011001000010 | 3f3f3f3f3f81e77642 |
EUC-JP | ?????∫vB | 001111110011111100111111001111110011111110100010111010010111011001000010 | 3f3f3f3f3fa2e97642 |
UTF-8 | 룶웡∼룶웡∫vB | 1110101110100011101101101110110010011011101000011110001010001000101111001110101110100011101101101110110010011011101000011110001010001000101010110111011001000010 | eba3b6ec9ba1e288bceba3b6ec9ba1e288ab7642 |
UHC | 룶웡∼룶웡∫vB | 1000111110101011101111111111110110100001101011011000111110101011101111111111110110100001111100100111011001000010 | 8fabbffda1ad8fabbffda1f27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)