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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | イ靈 | 1111000010111110101100101110100011001011 | f0beb2e8cb |
EUC-JP | ?イ靈 | 0011111110001110101100101111000011001101 | 3f8eb2f0cd |
UTF-8 | イ靈 | 111011101000000110111101111011111011110110110010111010011001110110001000 | ee81bdefbdb2e99d88 |
UHC | ??靈 | 00111111001111111101011011000100 | 3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)