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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 釭鹿L | 1111101110111101100011101010110101001100 | fbbd8ead4c |
EUC-JP | 釭鹿L | 100011111110001110101111101111001010111101001100 | 8fe3afbcaf4c |
UTF-8 | 釭鹿L | 11101001100001111010110111101001101110011011111101001100 | e987ade9b9bf4c |
UHC | ?鹿L | 00111111110101101110001101001100 | 3fd6e34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)