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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逖咏エー\ | 11100111100110001001100111100111101101001011000001011100 | e79899e7b4b05c |
EUC-JP | 逖咏エー\ | 111011011111100011010010111010011000111010110100100011101011000001011100 | edf8d2e98eb48eb05c |
UTF-8 | 逖咏エー\ | 11101001100000001001011011100101100100101000111111101111101111011011010011101111101111011011000001011100 | e98096e5928fefbdb4efbdb05c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)