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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?∨??ダ^ | 0011111110000001110010010011111100111111100000110101111101011110 | 3f81c93f3f835f5e |
EUC-JP | ?∨??ダ^ | 0011111110100010110010110011111100111111101001011100000001011110 | 3fa2cb3f3fa5c05e |
UTF-8 | 룶∨룶즽ダ^ | 11101011101000111011011011100010100010001010100011101011101000111011011011101100101001101011110111100011100000111000000001011110 | eba3b6e288a8eba3b6eca6bde383805e |
UHC | 룶∨룶즽ダ^ | 1000111110101011101000011111110110001111101010111010001110001111101010111100000001011110 | 8faba1fd8faba38fabc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)