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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | アセ糲アセ糲^ | 101100011011111011100010111110001011000110111110111000101111100001011110 | b1bee2f8b1bee2f85e |
EUC-JP | アセ糲アセ糲^ | 10001110101100011000111010111110111001001111101010001110101100011000111010111110111001001111101001011110 | 8eb18ebee4fa8eb18ebee4fa5e |
UTF-8 | アセ糲アセ糲^ | 11101111101111011011000111101111101111011011111011100111101100111011001011101111101111011011000111101111101111011011111011100111101100111011001001011110 | efbdb1efbdbee7b3b2efbdb1efbdbee7b3b25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)