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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ????∨~ | 00111111001111110011111100111111100000011100100101111110 | 3f3f3f3f81c97e |
EUC-JP | ????∨~ | 00111111001111110011111100111111101000101100101101111110 | 3f3f3f3fa2cb7e |
UTF-8 | 룶즽⒝룶∨~ | 11101011101000111011011011101100101001101011110111100010100100101001110111101011101000111011011011100010100010001010100001111110 | eba3b6eca6bde2929deba3b6e288a87e |
UHC | 룶즽⒝룶∨~ | 1000111110101011101000111000111110101001110011101000111110101011101000011111110101111110 | 8faba38fa9ce8faba1fd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)