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 | 逶豊逶豊^ | 111001111001101110010110010011001110011110011011100101100100110001011110 | e79b964ce79b964c5e |
EUC-JP | 逶豊逶豊^ | 111011011111101111001011101011011110110111111011110010111010110101011110 | edfbcbadedfbcbad5e |
UTF-8 | 逶豊逶豊^ | 11101001100000001011011011101000101100011000101011101001100000001011011011101000101100011000101001011110 | e980b6e8b18ae980b6e8b18a5e |
UHC | ?豊?豊^ | 00111111111110011010010100111111111110011010010101011110 | 3ff9a53ff9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)