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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羣?∫狂 | 11100011101110000011111110000001111001111000101110110110 | e3b83f81e78bb6 |
EUC-JP | 羣霣∫狂 | 111001101011101010001111111001111010100110100010111010011011011010111000 | e6ba8fe7a9a2e9b6b8 |
UTF-8 | 羣霣∫狂 | 111001111011111010100011111010011001110010100011111000101000100010101011111001111000101110000010 | e7bea3e99ca3e288abe78b82 |
UHC | ??∫狂 | 001111110011111110100001111100101100111011001010 | 3f3fa1f2ceca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)