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 | 붤^ | 11101011101101101010010001011110 | ebb6a45e |
SJIS-WIN | ?¶?^ | 0011111110000001111101110011111101011110 | 3f81f73f5e |
EUC-JP | 붤^ | 100011111010101110110011101000101111100110001111101000101111000001011110 | 8fabb3a2f98fa2f05e |
UTF-8 | 붤^ | 11000011101010111100001010110110110000101010010001011110 | c3abc2b6c2a45e |
UHC | ?¶¤^ | 001111111010001011010010101000101011010001011110 | 3fa2d2a2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)