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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ??濯??e^ | 0011111100111111100100011111001100111111001111110110010101011110 | 3f3f91f33f3f655e |
EUC-JP | ??濯?堉e^ | 00111111001111111100001011110101001111111000111110110111111111010110010101011110 | 3f3fc2f53f8fb7fd655e |
UTF-8 | 룶뇟濯룫堉e^ | 1110101110100011101101101110101110000111100111111110011010111111101011111110101110100011101010111110010110100000100010010110010101011110 | eba3b6eb879fe6bfafeba3abe5a089655e |
UHC | 룶뇟濯룫堉e^ | 100011111010101110110100101000011111011011111011100011111010001011101011101111000110010101011110 | 8fabb4a1f6fb8fa2ebbc655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)