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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ??ʼn??^ | 0011111100111111100011111010100111001010001111110011111101011110 | 3f3f8fa9ca3f3f5e |
UTF-8 | 룶쾹ʼn룫헱^ | 111010111010001110110110111011001011111010111001110001011000100111101011101000111010101111101101100101111011000101011110 | eba3b6ecbeb9c589eba3abed97b15e |
UHC | 룶쾹ʼn룫헱^ | 1000111110101011101100101000111110101001101100001000111110100010110000100110001101011110 | 8fabb28fa9b08fa2c2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)