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 | ??????zB | 0011111100111111001111110011111100111111001111110111101001000010 | 3f3f3f3f3f3f7a42 |
SJIS-WIN | ?????∫zB | 001111110011111100111111001111110011111110000001111001110111101001000010 | 3f3f3f3f3f81e77a42 |
EUC-JP | ?????∫zB | 001111110011111100111111001111110011111110100010111010010111101001000010 | 3f3f3f3f3fa2e97a42 |
UTF-8 | 룶웡∼룶웡∫zB | 1110101110100011101101101110110010011011101000011110001010001000101111001110101110100011101101101110110010011011101000011110001010001000101010110111101001000010 | eba3b6ec9ba1e288bceba3b6ec9ba1e288ab7a42 |
UHC | 룶웡∼룶웡∫zB | 1000111110101011101111111111110110100001101011011000111110101011101111111111110110100001111100100111101001000010 | 8fabbffda1ad8fabbffda1f27a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)