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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ス犱ス犱^ | 10111101111110110101101110111101111110110101101101011110 | bdfb5bbdfb5b5e |
EUC-JP | ス犱ス犱^ | 1000111010111101100011111100101011101111100011101011110110001111110010101110111101011110 | 8ebd8fcaef8ebd8fcaef5e |
UTF-8 | ス犱ス犱^ | 11101111101111011011110111100111100010101011000111101111101111011011110111100111100010101011000101011110 | efbdbde78ab1efbdbde78ab15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)