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 | 踵曠踵曠^ | 111001101111100110011110010001001110011011111001100111100100010001011110 | e6f99e44e6f99e445e |
EUC-JP | 踵曠踵曠^ | 111011001111101111011011101001011110110011111011110110111010010101011110 | ecfbdba5ecfbdba55e |
UTF-8 | 踵曠踵曠^ | 11101000101110001011010111100110100110111010000011101000101110001011010111100110100110111010000001011110 | e8b8b5e69ba0e8b8b5e69ba05e |
UHC | 踵曠踵曠^ | 111100011010001011001110110001111111000110100010110011101100011101011110 | f1a2cec7f1a2cec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)