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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?臣∮◇? | 0011111110010000011000101000011110010011100000011001111000111111 | 3f90628793819e3f |
EUC-JP | ?臣?◇? | 00111111101111111100001100111111101000011111111000111111 | 3fbfc33fa1fe3f |
UTF-8 | 룵臣∮◇룶 | 111010111010001110110101111010001000011110100011111000101000100010101110111000101001011110000111111010111010001110110110 | eba3b5e887a3e288aee29787eba3b6 |
UHC | 룵臣∮◇룶 | 10001111101010101110001111101101101000101011000110100001110111101000111110101011 | 8faae3eda2b1a1de8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)