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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 隴ォ迪キ] | 11101000101011011010101111100111100011001011011101011101 | e8adabe78cb75d |
EUC-JP | 隴ォ迪キ] | 111100001010111110001110101010111110110111101100100011101011011101011101 | f0af8eabedec8eb75d |
UTF-8 | 隴ォ迪キ] | 11101001100110101011010011101111101111011010101111101000101111111010101011101111101111011011011101011101 | e99ab4efbdabe8bfaaefbdb75d |
UHC | ??迪?] | 001111110011111111101110111010000011111101011101 | 3f3feee83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)