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 | 湘誤湘誤^ | 100011111100001110001100111010111000111111000011100011001110101101011110 | 8fc38ceb8fc38ceb5e |
EUC-JP | 湘誤湘誤^ | 101111101100010110111000111011011011111011000101101110001110110101011110 | bec5b8edbec5b8ed5e |
UTF-8 | 湘誤湘誤^ | 11100110101110011001100011101000101010101010010011100110101110011001100011101000101010101010010001011110 | e6b998e8aaa4e6b998e8aaa45e |
UHC | 湘誤湘誤^ | 110111111100111111101000101001101101111111001111111010001010011001011110 | dfcfe8a6dfcfe8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)